Ok, I want to do this with AutoIT and dump the resulting data into a textfile. I believe this is a javascript/jquery GET request: <script type="text/javascript">//<![CDATA[ $(document).ready(function() { $.get('x2fTraceMessage.mvcx2fAsyncMessageListx2f736251', { s:'googlex40google.com', r:'yahoo.com', d:'1x2f10x2f2012 2x3a18x3a37 AM', e:'1x2f16x2f2012 2x3a18x3a37 PM', i:'', a:'-5' }, function(data) { $('#message_trace_list').html(data); }); }); //]]></script>