Index: openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl,v diff -u -r1.30.2.31 -r1.30.2.32 --- openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 8 Jul 2024 13:20:05 -0000 1.30.2.31 +++ openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 8 Jul 2024 14:10:32 -0000 1.30.2.32 @@ -1133,9 +1133,7 @@ # https://www.rfc-editor.org/rfc/rfc7231#section-7.1.2, the # location header may return a relative URL as well. # - set location [util::absolute_url \ - -url $location \ - -base_url $url] + set location [ns_absoluteurl $location $url] if {$method eq "GET"} { return [$this_proc \