-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request body logging isn't working for server requests #84
Comments
up |
I'm having the same issue |
@flash286 @aschade92 I'll take a look at it in the morning |
@kamilogorek let me know if it's a bug. I'm ready to make PR. |
Hi @flash286! I can confirm this is a bug, thank you for reporting it 😄 Please go ahead and send in a PR, I'll be happy to help you get that merged. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello everyone,
Trying to use request body logging in some cases, but it doesn't seem to be working
request.Data is always empty :(
I guess a problem can be here
request.GetBody is always == nil and Doc says
request.Body looks like a right field.
The text was updated successfully, but these errors were encountered: