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
Situation: I am proxying to a server with google load balancer, which does not accept GET request with any body.
I observed that even if I did not set any body in my original GET request, the proxied request always contain a empty JSON object body {} , which causes a HTTP 400 from my load balancer.
A sample failing test case, the request body always contains {} williamchong@ba97f57
Expected: If the original GET request does not contain any body, no body should be set in the proxied request
The text was updated successfully, but these errors were encountered:
Situation: I am proxying to a server with google load balancer, which does not accept GET request with any body.
I observed that even if I did not set any body in my original GET request, the proxied request always contain a empty JSON object body
{}
, which causes a HTTP 400 from my load balancer.A sample failing test case, the request body always contains
{}
williamchong@ba97f57
Expected: If the original GET request does not contain any body, no body should be set in the proxied request
The text was updated successfully, but these errors were encountered: