1.0.2 • Published 6 years ago

headers-injection-proxy v1.0.2

Weekly downloads
1
License
ISC
Repository
gitlab
Last release
6 years ago

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

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago