Skip to content

Added Authentication support and POST request body parsing#6

Open
vasemkin wants to merge 4 commits into
samuel-allan:masterfrom
vasemkin:master
Open

Added Authentication support and POST request body parsing#6
vasemkin wants to merge 4 commits into
samuel-allan:masterfrom
vasemkin:master

Conversation

@vasemkin
Copy link
Copy Markdown

@vasemkin vasemkin commented Aug 4, 2021

This pull request introduces the following features:

Authentication

Added support for proxies that require authentication.

checker.php?ip=ip&port=port&timeout=timeout&login=foo&password=bar

POST request handling.

To check multiple proxies, you can pass a request with body structured like this:

{ 
    "timeout" : 20,
    "proxy_type" : "http(s)",
    "authentication" : true,
    "proxies" : ["ip:port:login:password", "ip:port:anotherproxy:password"]
}

The pull request expands on the existing codebase, and only adds new features

@samuel-c-allan
Copy link
Copy Markdown

My bad - I just saw this now.. Does anyone even use this script anymore ?! If it is still useful I can merge this by the weekend

@vasemkin
Copy link
Copy Markdown
Author

vasemkin commented Nov 1, 2022

i made this PR at a former workplace. the company is slow-moving so they might still use it, i assume

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants