moxy
moxy copied to clipboard
Proxy does not appear to preserve query strings
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.