testing server issue with querystring

  • I am trying to use the command line version of tour_testingserver.exe with the URL made of the page name followed by a querystring, but the querystring is truncated after the first parameter.

    this is the commandline I am using:

    • tour_testingserver.exe -root=C:\Test -url=mytour.html?logkey=true&startscene=1 -interface=127.0.0.1 -port=8090 -open=default

    but the browser is loaded with a truncated URL, the parameter startscene (or any other parameter) after the & symbol is truncated:


    Any idea how to pass a multiple parameters querystring to tour_testingserver.exe?


    Thanks
    Marco

  • Hi,

    that's not related to the testing server, that's the Windows command line ;-).

    To get it working put the argument into quotes and escape the & using ^&,
    E.g.

    Code
    tour_testingserver.exe -root=C:\Test "-url=mytour.html?logkey=true^&startscene=1" -interface=127.0.0.1 -port=8090 -open=default

    Best regards,
    Klaus

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!