Determining full XHR request URL on a Google Chrome XHR Breakpoint
- by DanH
I am initiating a jQuery ajax ($.ajax) post, within the Google Chrome browser.
I have setup a XHR breakpoint in the "XHR Breakpoints" section of the "Scripts" tab within the Developer Tools.
The criteria of the breakpoint is "get" ie. I want the debugger to break on all XHR requests which contain the word "get" in them…