in reply to Re^2: CGI error: "Invalid header value contains a newline not followed by whitespace"
in thread CGI error: "Invalid header value contains a newline not followed by whitespace"
Because you're passing the url of the page the user requested when you mean to redirect to the login page.
Maybe $cgi->url(-base => 1) . '/login.html'?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: CGI error: "Invalid header value contains a newline not followed by whitespace"
by groengoen (Initiate) on Oct 14, 2014 at 16:29 UTC |