ToonKayser
Programmer
With CF3 I used <cfhttp> and accessed some internet-sites<br>via a proxyserver.<br>The statement looked like this: <br><FONT FACE=monospace><cfhttp url="<A HREF=" TARGET="_new"> <br>proxyserver="nnn.nn.nnn.nnn:8080"<br>username="ccccc" password="nncnncnncn"<br>resolveurl="no"><br><cfset h = #cfhttp.filecontent#></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><cfhttp url="<A HREF=" TARGET="_new"> <br>proxyserver="nnn.nn.nnn.nnn" proxyport=8080<br>username="ccccc" password="nncnncnncn"<br>resolveurl="no"><br><cfset h = #cfhttp.filecontent#></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>