08-12-2019, 04:55 PM
Hi Guys,
Regarding SA HTTP.SYS application, both as service and as GUI:
When I have the ServerController.Sessionoptions.UniqueURL set to true, the URL will look something like this:
http://127.0.0.1:8888/MyApp/Wo6F3EKYa0DEL1EeCF3xDmW/
I'm trying to add a Webapplication.runparams functionality to the application to get a startup value into my application. It works when I set the UniqueUrl to false, but not when it is set true. At least not the way I try it:
With UniqueUrl = false, I can make it work with http://127.0.0.1:8888/MyApp/$/start/?{value}
But when it is true, http://127.0.0.1:8888/MyApp/Wo6F3EKYa0DE...rt/?{value}, does not work.
How can I make Webapplication.runparams available in my application with UniqueUrl set to true ?
Regards
Soren
Regarding SA HTTP.SYS application, both as service and as GUI:
When I have the ServerController.Sessionoptions.UniqueURL set to true, the URL will look something like this:
http://127.0.0.1:8888/MyApp/Wo6F3EKYa0DEL1EeCF3xDmW/
I'm trying to add a Webapplication.runparams functionality to the application to get a startup value into my application. It works when I set the UniqueUrl to false, but not when it is set true. At least not the way I try it:
With UniqueUrl = false, I can make it work with http://127.0.0.1:8888/MyApp/$/start/?{value}
But when it is true, http://127.0.0.1:8888/MyApp/Wo6F3EKYa0DE...rt/?{value}, does not work.
How can I make Webapplication.runparams available in my application with UniqueUrl set to true ?
Regards
Soren