How to access the general headers of http requests in the Network tab of Inspect element in javascript
186 views
Skip to first unread message
Arhum Savera
unread,
Jul 1, 2015, 5:06:45 PM7/1/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-chrome-...@googlegroups.com
I am working on an extension to filter out the http requests made by an extension. The only way i have found to identify when a request is made by an extension is in the Request URL of the general headers since it has a prefix of chrome-extension. How do I access these headers in JS? Is there any other way to identify whether an HTTP request was made by the browser(user) or an extension?