diff --git a/wdm.go b/wdm.go index 2ac9760..3841435 100644 --- a/wdm.go +++ b/wdm.go @@ -71,6 +71,7 @@ func createTypHandler(writer http.ResponseWriter, req *http.Request) { if req.Method == http.MethodOptions { return } + log.Info(req) req.ParseForm() for formKey, formValue := range req.Form { log.WithFields(log.Fields{formKey: formValue}).Info("parsing from Form: ")