I'm working on a Google Voice UDF for AutoIt and ran into a small problem. I'm using the IE UDF and Google is pushing the JSON data with that "application/octet-stream" header or the "application/force-download" hack, that forces IE to prompt to download the file, rather than displaying it in the render area. I'm expecting to be able to read the JSON data into an AutoIt variable. I see a few options...   1.) Figure out how to do that with the IE UDF. Dale, it's been a bit since I last aske