CFHTTP and IIS 7 Connection Failture (NOT SSL)

Posted by Dave Quested on Stack Overflow See other posts from Stack Overflow or by Dave Quested
Published on 2010-02-07T22:24:17Z Indexed on 2010/03/27 14:03 UTC
Read the original article Hit count: 441

Filed under:
|

I'm trying to do a very simple CFHTTP GET call to a local website running on IIS7, however it throws a 408 Connection Failure.

I've done all the obvious things:

  1. The site is listed in the hosts file locally
  2. I've added the CFHTTPPARAM tags for IIS compression issues (deflate;q=0)
  3. Surfing to the URL in the browser works fine
  4. Doing a CFHTTP to google.com works fine, no local sites work at all.

When searching on Google there are others that have had this, but no solutions.

Anyone successfully got through this issue?

© Stack Overflow or respective owner

Related posts about coldfusion

Related posts about iis7