You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the proxy to intercept my S3 POST request before sending it to destination.
For this, I need to read the request body.
If I try to read the body, It just hangs and later gives "Unexpected EOF" which happens when the body has been read somewhere upstream. When I look at the proxy, I see that it is reading the request here and my suspicion is, request.body not getting closed.
How can I read the request body here?
Thanks
The text was updated successfully, but these errors were encountered:
I am using the proxy to intercept my S3 POST request before sending it to destination.
For this, I need to read the request body.
If I try to read the body, It just hangs and later gives "Unexpected EOF" which happens when the body has been read somewhere upstream. When I look at the proxy, I see that it is reading the request here and my suspicion is, request.body not getting closed.
How can I read the request body here?
Thanks
The text was updated successfully, but these errors were encountered: