moxy icon indicating copy to clipboard operation
moxy copied to clipboard

Proxy does not appear to preserve query strings

Open asciifaceman opened this issue 8 years ago • 0 comments

If, before I run proxy.ServeHTTP, I add to the query strings with r.URL.Query().Add("key", "value") they are not preserved in the roundtrip to the final destination.

They will exist in the request until proxy handles it.

asciifaceman avatar Oct 27 '16 17:10 asciifaceman