Gerald, What do you mean when you say it doesn't work? Does the remote server respond? What HTTP status code comes back? What is in the body of the response?
I would recommend installing a packet sniffer like wireshark. Install it on your CF server and run your browser tests from there. Start it up and make a request from a browser (on that server) and follow the TCP stream to find the exact request headers being sent to the server. Then run the CF page with the cfhttp call and get the request headers from that and compare. Also, Microsoft Fiddler has a request builder tab that lets you build any HTTP request you want for testing that has whatever headers you specify. Good Luck. ~Brad ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323165 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

