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
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.
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.