The web application makes an HTTP request, and I cannot figure out how it does it. He does this right after drawing the page. There are no 302 in previous requests, and there is nothing obvious that will tell me how this request is made.
Which will help if I could set a breakpoint that would stop before sending the next HTTP request. Then, right after the page is drawn, I would turn it on and find out who sends it. Firebug allows me to do this for XHR (Ajax) requests, but not for regular requests. This is a normal HTTP request, not AJAX.
Can this be done with debugging tools in chrome or IE?
source share