Hi Helen

That looks like the METHOD rather than a field. I think what you want is:

<cfhttp url="/authorize" method="POST" port="443">

It looks like the first line of a request (which has the format "Method URI
Version"). The http headers come on the following lines. I guess what I am
saying is that you can't set this line using cfheader because this is the
request itself not a header attribute of the request.

Urghhh. I don't really know what I'm talking about here, but I think I am
right.

To debug the whole thing I suggest you make your own dummy page and send
your request to that. Your dummy page will use the function
getHTTPRequestData() (CFMX) and dump the resulting structure out so you can
see exactly what HTTP information you are sending.

HTH


Cheers

Mark


______________
Mark Stanton
Web Production
Gruden Pty Ltd
Tel: 9956 6388
Mob: 0410 458 201
Fax: 9956 8433
http://www.gruden.com


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to