Hi All,

I've got code that requests a process from a remote server where the remote
server sets a cookie. What I'm trying to do is post this cookie back to the
server but get the following header with a 501 error.

HTTP/1.1 501 Not Implemented Server: Microsoft-IIS/4.0 Content-Type:
text/html Via: 1.1 proxy.one.net.au (NetCache 4.1R6) Date: Tue, 13 Feb 2001
02:08:41 GMT

page content: Connection failure

I'm using the cfhttp tag with the cfhttpparam to send the cookie.

The process is:

Request the page from the remote server
Extract the cookie
place cookie into a var
<cfhttp>
    <cfhttpparam>cookie to be sent
</cfhttp>

Is there another way to do this?

Thanks,
Charlie


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to