Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Authentication support and POST request body parsing #6

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

vasemkin
Copy link

@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

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
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