Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dingoeatingfuzz/chrome-headers-middleman
A Chrome extension for manipulating headers based on URL pattern matching
https://github.com/dingoeatingfuzz/chrome-headers-middleman
Last synced: 3 months ago
JSON representation
A Chrome extension for manipulating headers based on URL pattern matching
- Host: GitHub
- URL: https://github.com/dingoeatingfuzz/chrome-headers-middleman
- Owner: DingoEatingFuzz
- Created: 2015-04-02T10:07:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-04T23:23:25.000Z (almost 10 years ago)
- Last Synced: 2024-10-05T04:23:24.006Z (4 months ago)
- Language: JavaScript
- Size: 641 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Headers Middleman
[![Travis CI](https://travis-ci.org/DingoEatingFuzz/chrome-headers-middleman.svg?branch=master)](https://travis-ci.org/DingoEatingFuzz/chrome-headers-middleman)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`
```sh
$ npm install -g babel && npm start
```