javascript - How to detect files are requested (AJAX) via browser's console? -
this question linked this question. when open console, vague me. in fact want know, how can detect files requested in ajax via browser's console (google chrome).
is possible?
you can use network tab , filter xhr type https://developer.chrome.com/devtools/docs/network
the image explains better 
Comments
Post a Comment