> Looking at the Java solution from the link I sent in 
> my last post, I wonder if it's possible to just write 
> an HTTP POST operating using CFHEADER instead of CFHTTP 
> and then reading the response from that? 

CFHEADER is used to write HTTP response headers; you can't use it to build
an HTTP request.

> I wonder if there's something inside of CFHTTP that makes 
> it not work with the SSL that could be circumvented by 
> just writing a raw HTTP POST from your data? What are your 
> thoughts on that?

I don't know what you mean by "writing a raw HTTP POST from your data" -
you'd need some way to open a socket, send text to the socket, wait for a
response, and process that response (to oversimplify the process a bit).
There's no CFML command that will do that, beside CFHTTP and CFINVOKE (which
isn't usable for generic HTTP communication, only SOAP over HTTP).

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Reply via email to