in reply to Re: Set HTTP Status code
in thread Set HTTP Status code
However, if I specified something in the query string, then the status is still set as 404, however, it displays#!/usr/bin/perl use CGI qw/:standard/; header(-status => 404);
The requested URL /cgi-bin/portal/browselocation.pl was not found on this server.
Additionally, a 302 Found error was encountered while trying to use an ErrorDocument to handle the request.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Set HTTP Status code
by Anonymous Monk on Mar 09, 2012 at 01:37 UTC | |
by molybtek (Novice) on Mar 09, 2012 at 02:09 UTC | |
by Anonymous Monk on Mar 09, 2012 at 03:01 UTC | |
by molybtek (Novice) on Mar 09, 2012 at 03:45 UTC | |
by Anonymous Monk on Mar 09, 2012 at 04:19 UTC | |
|