Fix for relative redirects

main
Elbert Alias 5 years ago
parent ad853a3abd
commit 89bc4ecdf0

@ -329,7 +329,7 @@ class Site {
if (response.status() >= 300 && response.status() < 400) { if (response.status() >= 300 && response.status() < 400) {
if (this.headers.location) { if (this.headers.location) {
url = new URL(this.headers.location.slice(-1)) url = new URL(this.headers.location.slice(-1), url)
} }
} else { } else {
responseReceived = true responseReceived = true

Loading…
Cancel
Save