We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent defa30c commit f075cf3Copy full SHA for f075cf3
pkg/http.go
@@ -90,7 +90,7 @@ func (wbrc *Archiver) fetch(s string, ch chan<- string) {
90
data := url.Values{
91
"submitid": {wbrc.submitid},
92
"anyway": {anyway},
93
- "url": {url.QueryEscape(s)},
+ "url": {s},
94
}
95
uri := baseuri.String()
96
req, err := http.NewRequest("POST", baseuri.String()+"/submit/", strings.NewReader(data.Encode()))
0 commit comments