Skip to content

A Chrome extension for manipulating headers based on URL pattern matching

Notifications You must be signed in to change notification settings

DingoEatingFuzz/chrome-headers-middleman

Repository files navigation

Headers Middleman

Travis CI

A Chrome extension for manipulating headers based on URL pattern matching

Why would I use this?

Mostly for use with APIs. It is common for metadata to be sent along with requests in the form of HTTP headers. It is slightly less common, but not unheard of, to want to modify those headers pre-flight.

The use case that led me to make this extension is adding an Authorization header to all requests to an api (which would happen when double-clicking in the network tab).

Maybe you have more use cases? I'd love to hear them and make a list!

What does it look like?

Super cool

How do I contribute?

This project uses React, Babel, Gulp, and Browserify because JS is just super dumb these days.

This will install required things and start gulp watch

$ npm install -g babel && npm start

About

A Chrome extension for manipulating headers based on URL pattern matching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published