Forum Moderators: open

Message Too Old, No Replies

Browser Http friendly Message

         

BravoTwoZero

10:26 am on Jun 7, 2004 (gmt 0)

10+ Year Member



Hi,

In our security log, we are getting lot of 0147_500 error message. This is caused by a friendly error messages rather than actual error messages and does not have any meanings. I have searched the internet and lot of forum suggested that you need to turn off 'show http friendly error message' in the browser.

I need a code to turn off the client browser freindly error message on each page requested. I have tried to create the error message but the page does not crash.

Any idea's will be greatly appricaited.

Kind Regards

Bravo

steelegbr

10:54 am on Jun 7, 2004 (gmt 0)

10+ Year Member



If I remember correctly certain browsers require error pages above a certain size before they will display. Try adding lots of lines of junk code as the end of the pages. E.g.

</HTML>
<!-
fhgfhiughuieiufhfuawgiufgwiuagfiuwgfiugfiugfiufuiu...
-->

BravoTwoZero

7:57 am on Jun 8, 2004 (gmt 0)

10+ Year Member



Hello steelegbr, Thank you very much for your reply. I will try to do the example you have given.