Skip to content

criteo/http-proxy-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-proxy-tester

http-proxy-tester makes request to HTTP(S) targets via a proxy using HTTP Basic authentication and will exit(1) if all requests failed; exit(0) if at least 1 request was successful.

Getting started

You should have a working Golang environment setup.

go get github.com/criteo/http-proxy-tester

Build

cd $GOPATH/src/github.com/criteo/http-proxy-tester/
make build

Install

cd $GOPATH/src/github.com/criteo/http-proxy-tester/
make

Running http-proxy-tester

The application requires a configuration file (see the example configuration file). By default, it will check for a config file in the current directory.

./http-proxy-tester

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.