diff --git a/http.go b/http.go index f03818f..6520746 100644 --- a/http.go +++ b/http.go @@ -182,7 +182,7 @@ func (it *httpServer) verifyRequest(r *http.Request, v interface{}) (error) { return err } - log.Printf("req: %s", all) + log.Printf("req: %s", ioutil.ReadAll(r.Body)) encPasswordAndIV := all[:256] encBody := all[256:]