> I want to return 200 OK to clients if CF encounters an error > because it means that IE users, who by default have "show > friendly HTTP error messages" on, don't get that dreaded > "Page could not be displayed" error. > > I tried to force a 200 status for requests for errors occurred > while processing templates by setting a site-wide error handler > and using CFHEADER to set the status to 200 and text to OK, but > the response from the server was still 500 Internal Server Error. > > Anyone know how to get around this?
What happens if you use a global exception handler (CFERROR TYPE="EXCEPTION" in your Application.cfm) instead? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com ------------------------------------------------------------------------------ To unsubscribe, send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body or visit the list page at www.houseoffusion.com
