fix: include query params with relayed request

This commit is contained in:
Ferdinand Mütsch 2023-04-04 00:15:56 +02:00
parent 083fbf8633
commit beced39923
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ func (h *RelayHandler) Any(w http.ResponseWriter, r *http.Request) {
w.Write([]byte{})
return
}
targetUrl.RawQuery = r.URL.RawQuery
p := httputil.ReverseProxy{
Director: func(r *http.Request) {