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

Combine ip and port in the request #5

Open
shdf2 opened this issue Nov 7, 2018 · 1 comment
Open

Combine ip and port in the request #5

shdf2 opened this issue Nov 7, 2018 · 1 comment

Comments

@shdf2
Copy link

shdf2 commented Nov 7, 2018

Hello,
why not making the request that way, this would be easier to handle :
checker.php?ip=1.1.175.47:8080&timeout=10
instead of
checker.php?ip=1.1.175.47&port=8080&timeout=10

Or maybe you can just add the possibility with a new variable $_GET["ipport"], that way you can support both methods :
checker.php?ipport=1.1.175.47:8080&timeout=10
checker.php?ip=1.1.175.47&port=8080&timeout=10

@samuel-allan
Copy link
Owner

samuel-allan commented Nov 7, 2018 via email

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

No branches or pull requests

2 participants