Thanks a lot Jeff,

Yes it is rather simple once you RTFM & realise there's
a port number attribute... <blush>

It's not in Ben's book for some reason, which is what I
usually use for reference.

Thanks

Nick

-----Original Message-----
From: Garza, Jeff [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 11, 2001 4:24 AM
To: CF-Talk
Subject: RE: CFHTTP and port numbers


Nick,

This might sound rather simple, but are you using the port attribute of
CFHTTP or typing it into the address line?

<cfhttp url="http://foo.bar.com";
        method="GET"
        port="6660"
        resolveurl="true">
</cfhttp>

I don't think that http://foo.bar.com:6660 will work in the address line.

Jeff

-----Original Message-----
From: DeVoil, Nick
To: CF-Talk
Sent: 5/10/01 1:07 AM
Subject: CFHTTP and port numbers

It seems that CFHTTP cannot connect to an address of the form
http://foo.bar.com:6660

Can anyone confirm this and/or tell me how I can make an HTTP request to
an
address like this?

Thanks

Nick


**********************************************************************
Information in this email is confidential and may be privileged. 
It is intended for the addressee only. If you have received it in error,
please notify the sender immediately and delete it from your system. 
You should not otherwise copy it, retransmit it or use or disclose its
contents to anyone. 
Thank you for your co-operation.
**********************************************************************
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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