I am trying to use the new ChannelAdvisor webhooks but the header Content-Encoding comes through as gzip. So when I try to retrieve the content from the HTTP POST using getHTTPRequestData().content it gives the following bad data:
ïœSÞ®SK‚WPŒÅcåÝPòXʰüwYÀ£´Ù骊7ä1«7ØÑq9zVŒÒ
How do I force ColdFusion to download the GZIP into a file? And how do I read that file. I believe reading the GZIP file should work based on the following link but I've yet to have success with downloading the file.