Skip to content

Instantly share code, notes, and snippets.

@65
Created March 5, 2012 10:02
Show Gist options
  • Save 65/1977704 to your computer and use it in GitHub Desktop.
Save 65/1977704 to your computer and use it in GitHub Desktop.
helping coldfusion cfhttp work with http compression
<cfhttpparam type="Header" name="Accept-Encoding" value="deflate;q=0">
<cfhttpparam type="Header" name="TE" value="deflate;q=0">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment