Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ServerController.Sessionoptions.UniqueURL and WebApplication.Runparams ?
#1
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/Wo6F3EKYa0DEL1EeCF3xDmW/$/start/?{value}, does not work.

How can I make Webapplication.runparams available in my application with UniqueUrl set to true ?

Regards
Soren
Reply


Messages In This Thread
ServerController.Sessionoptions.UniqueURL and WebApplication.Runparams ? - by SorenJensen - 08-12-2019, 04:55 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)