jsdelivr / globalping-cli

A simple CLI tool to run networking commands remotely from hundreds of globally distributed servers
Mozilla Public License 2.0
144 stars 13 forks source link

HTTP is broken #30

Closed jimaek closed 1 year ago

jimaek commented 1 year ago
  1. it should allow the short format globalping http https://domain.com/path?query and auto-parse it
  2. Even the full format with --path seems to be broken. I dont think it sends the path parameter at all
didil commented 1 year ago

@jimaek in case the user provides the target "https://domain.com/path?query", as well as a contradictory command line argument, like --protocol=http for example, which one should take precedence, do we ignore the command line arguments ?

MartinKolarik commented 1 year ago

More specific arguments take precedence.