You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
On Wed 7 Nov 2018 5:54 AM shdf2 ***@***.***> wrote:
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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AF9Y9LTY7gaL22urwmGzBrRZ6Fa8Yj5uks5usrvOgaJpZM4YSNJx>
.
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
The text was updated successfully, but these errors were encountered: