• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

cfhttp compression error.

LEGEND ,
Oct 12, 2006 Oct 12, 2006

Copy link to clipboard

Copied

We switched to a new web server and I am getting the IIS compression error
with cfhttp.
I found the solution on the Docs and also on other sites, but it isn't
working for me.
Can someone check my code and see if I missed something:

<cfhttp url=" http://mywebsite.com/campaign/csv/#campaign.csv#"
name="uploadlist" method="get" textqualifier="" throwonerror="yes">
<cfhttpparam type="Header" name="Accept-Encoding" value="deflate;q=0">
<cfhttpparam type="Header" name="TE" value="deflate;q=0">
</cfhttp>

I found the answer here, but maybe I missed something?

http://www.talkingtree.com/blog/index.cfm?mode=entry&entry=25AA8297-45A6-2844-729DBD51575C1BD2

TOPICS
Advanced techniques

Views

304

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 12, 2006 Oct 12, 2006

Copy link to clipboard

Copied

FYI.

I get this error:
Connection Failure: Status code unavailable

on this line:
<cfhttpparam type="Header" name="TE" value="deflate;q=0">


Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 26, 2007 Jun 26, 2007

Copy link to clipboard

Copied

LATEST
I am also getting the same error while trying https after coldfusion 7.02 upgrade.
Is there any clue for solving this?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation