Job numbers
Posted: July 14th, 2014, 11:50 am
As part of my research I need to calculate the backward trajectory daily of ~3 months in 2013. I hope this isn't considered bad use of the service but to speed things up I wrote a simple Java application to simulate the POST requests that your browser makes every time you click "Next>>" I'm stuck on the final stage though, the very last request made by your browser is a GET request along the lines of: http://ready.arl.noaa.gov/hypub-bin/tra ... idno=xxxxx. My question is, how does my browser know the job number to make this request? I've checked through all the response files from the previous POST requests and there's nothing.