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.30 -r1.30.2.31 --- openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 5 Jul 2024 13:43:26 -0000 1.30.2.30 +++ openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 8 Jul 2024 13:20:05 -0000 1.30.2.31 @@ -1133,9 +1133,9 @@ # https://www.rfc-editor.org/rfc/rfc7231#section-7.1.2, the # location header may return a relative URL as well. # - set location [util::complete_location \ - -location $location \ - -complete_url $url] + set location [util::absolute_url \ + -url $location \ + -base_url $url] if {$method eq "GET"} { return [$this_proc \