We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b9e5c commit 4b058faCopy full SHA for 4b058fa
src/mezz/prot-http.r
@@ -458,7 +458,7 @@ do-redirect: func [port [port!] new-uri [url! string! file!] /local spec state]
458
spec: port/spec
459
state: port/state
460
if #"/" = first new-uri [
461
- new-uri: to url! ajoin [spec/scheme "://" spec/host new-uri]
+ new-uri: to url! ajoin [spec/scheme "://" spec/host #":" spec/port-id new-uri]
462
]
463
new-uri: decode-url new-uri
464
0 commit comments