> The approach that I would take is to remove CF from the 
> picture. Do a simple html form posting to an html page 
> and see if you get the same 'RePost' results for apache 
> and IIS.

I don't think this test will work. Usually, the web server won't accept POST
requests unless there's a CGI processor for those requests. So, unless
you've mapped the .html extension to a CGI engine, you'll probably get a
"Method Not Allowed" HTTP error 405:

http://www.modemhelp.net/httperrors/httperrors.shtml

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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

Reply via email to