headers-injection-proxy
v1.0.2
Published
Just a simple proxy for injecting headers into requests. It handles redirects. It ignores SSL. Simple configuration, no bullshit!
Downloads
434
Readme
headers-injection-proxy
Just a simple proxy for injecting headers into requests. It handles redirects. It ignores SSL. No configuration, no bullshit!
Installing
npm install -g header-injection-proxy
Usage
header-injection-proxy -p [proxy port] -t [host you want to inject headers] -h [headers json file path]
Example
header-injection-proxy -p 3000 -t "https://www.google.com" -h "headers.json"
Headers config file example
{
"header1" : "test1",
"header2" : "test2"
}
Authors
- Maurizio Macrì
License
This project is licensed under the ISC License