> Is it worth tracking down some info on HTTP headers and > how CFLOCATION might be getting this wrong?
This is a perfect example of when to use a recording proxy for testing. This will show you exactly what headers are being passed between the browser and the server, and should help you to determine why your problem is occurring. You can easily set this up. Just download the recording proxy of your choice, configure it to forward requests to your server, and point your browsers at it. You'll be able to see the actual HTTP request and response headers, and that should give you the information that you need. You can find a recording proxy here: http://www.kestral.com.au/devtools/stretch/ 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 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

