We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9853b commit 7943369Copy full SHA for 7943369
1 file changed
cmd/api.go
@@ -90,7 +90,7 @@ func request(method, uri string, headers []header, proxy *url.URL, rateLimit boo
90
log.Println(err)
91
}
92
93
- parsedURL.RawPath = parsedURL.Path
+ parsedURL.RawPath = parsedURL.EscapedPath()
94
95
req := &http.Request{
96
Method: method,
0 commit comments