How to find out the source of a request (in chrome dev tools)? -


i have weird network request in page, refers javascript files, removed every html file earlier. cache cleared , there no single reference found in source html , javascript files. fixing , out of general curiosity know if there simple way find out request triggered, preferably using chrome-devtools.

update: jaredwilli found initator column under network-tab. shows other. know, (html or javascript) file requests have been triggered.

on network panel, can determine initiator of request viewing initiator column. gives file, line number , type of resource was, either script or else.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -