Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cfhttp and proxyserver

Status
Not open for further replies.

ToonKayser

Programmer
Jun 20, 2000
23
DE
With CF3 I used &lt;cfhttp&gt; and accessed some internet-sites<br>via a proxyserver.<br>The statement looked like this: <br><FONT FACE=monospace>&lt;cfhttp url=&quot;<A HREF=" TARGET="_new"> <br>proxyserver=&quot;nnn.nn.nnn.nnn:8080&quot;<br>username=&quot;ccccc&quot; password=&quot;nncnncnncn&quot;<br>resolveurl=&quot;no&quot;&gt;<br>&lt;cfset h = #cfhttp.filecontent#&gt;</font><br><br>this worked fine.<br><br>Now we installed CFserver 4.5 and I get a message:<br>Connection Failure Connection Failure. Status code unavailable.<br><br>I've tried to use proxyserver and proxyport like this:<br><FONT FACE=monospace><br>&lt;cfhttp url=&quot;<A HREF=" TARGET="_new"> <br>proxyserver=&quot;nnn.nn.nnn.nnn&quot; proxyport=8080<br>username=&quot;ccccc&quot; password=&quot;nncnncnncn&quot;<br>resolveurl=&quot;no&quot;&gt;<br>&lt;cfset h = #cfhttp.filecontent#&gt;</font><br><br>Now this error occured:<br>Connection Failure 407 Proxy Authentication Required<br><br>How can I tell CF that I want to enter the proxy-password?<br><br>(If I access the site via a another proxy that doesn't use<br>authentication, this works fine)<br><br>Thanks in advance<img src= <br><br>Toon<br><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top