in reply to Re: Need to respond with a 403 status code?
in thread Need to respond with a 403 status code?
And, to confuse things further -- you need to send a large enough response. (MS knowledgebase #294807 ... which I'd link to, but they'll make you authenticate and such)
Internet Explorer 5 and after will display a 'friendly' error message, which basically ignores the message sent, and just keys off of the error code -- if the message body is less than 512 bytes.
So, make sure that your error messages are large enough, so that they actually get displayed.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Need to respond with a 403 status code?
by JCHallgren (Sexton) on Apr 20, 2007 at 07:36 UTC | |
|
Re^3: Need to respond with a 403 status code?
by Anonymous Monk on Apr 20, 2007 at 03:43 UTC |