Page 1 of 1

Hiding parameters in call to aXes

Posted: 07 Oct 2020, 23:04
by Dino
Hi,

Is there any way to hide the parameters been pass to an aXes call? Maybe using a POST call or something like that?

for example here, the definitionSet that we are we using is exposed, and easily -guess- changed for MyProject2 or MyProject3...

http://20.20.11.03:8080/ts/ts2/index.ht ... t1&lang=es

Or maybe an alternative question, is there anyway to have a default and only active Project for the whole environment, so, if I call like this:

http://20.20.11.03:8080/ts/ts2/index.html

or this:

http://20.20.11.03:8080/ts/ts2

It will call automatically MyProject1 and in lang "es" without showing it in the URL?

Thank you