in reply to Set HTTP Status code
You don't mention which web server, but if you're using a RFC compliant server, certain status codes are only valid with specific headers. I used to be able to return any status code I wanted, now I have to have the correct HTML headers in order to return the appropriate status code.
Just a thought!
Good Luck
"Well done is better than well said." - Benjamin Franklin
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Set HTTP Status code
by molybtek (Novice) on Nov 17, 2011 at 01:19 UTC | |
by Anonymous Monk on Nov 17, 2011 at 10:35 UTC |