When using the new canonical redirect to *.toolforge.org, query / post strings are not propogated over the redirect.
E.g.
Visiting https://ipcheck-dev.toolforge.org/query.php?foo=bar yeilds:
$_GET: Array ( [foo] => bar ) $_POST: Array ( )
When visiting https://tools.wmflabs.org/ipcheck-dev/query.php?foo=bar you get:
$_GET: Array ( ) $_POST: Array ( )
I started my webservice using:
webservice --canonical --backend kubernetes php7.3 start