in reply to Re: CGI::Application header problem
in thread CGI::Application header problem

I have traced the response/request with firebug and it is reproducible that when commenting out the one line that adds the header the authentication works and the cookie is set, whereas when I set the header no cookie is set and hence the client cannot log in.

Replies are listed 'Best First'.
Re^3: CGI::Application header problem
by Corion (Patriarch) on Dec 27, 2010 at 19:19 UTC

    So, does the cookie header get sent in the reply or not?

    Do not trust the browser to show you this.