On 1/25/09, Stipe Tolj <[email protected]> wrote: > Which means if the "previous" call was 'https://foobar:80/xyz', and we get > '/abc' as Location response (HTTP 302), we would still set in the > recover_absolute_uri() function: 'https://foobar:80/abc'.
Maybe i'm missing something but if your call is "https://foobar:80/xyz and you get '/abc', if you go between + if (trans->port != 80) { + octstr_format_append(os, ":%ld", trans->port); + } Then you will be redirect to https://foobar/abc. Am i missing something? M
