cancel
Showing results for 
Search instead for 
Did you mean: 

~redirectQS

Former Member
0 Kudos

Hello,

I want to pass the redirect Parameters of PAS not via the service file itself but by the URL.

http://server:port/path/!?~redirectQS=

How can I set more than one parameter to redirectQS?

https://server:port/path/!?~redirectQS=param1&param2

regards

Accepted Solutions (1)

Accepted Solutions (1)

former_member316351
Active Contributor
0 Kudos

Hello Sebastian,

I'm not sure if it will be allowed to pass the ~redirectQS in the URL. But if it is you will need to encode it. Something like this may work:

http://host:port/scripts/wgate/service/?redirectQS=%22client=001%26~language=EN%22

Note the encoding of quotes and the ampersand. Good luck.

Edgar

Message was edited by:

Edgar Chuang

Message was edited by:

Edgar Chuang

Answers (0)