Skip to content

Combine ip and port in the request #5

@shdf2

Description

@shdf2

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions