'Unable to direct connect NICE DCV through browser with a password containing & (ampersand)
I'm trying to provide the users an easy way to connect to instances using NICE DCV through the browser.
All good, I redirect them to https://example.com:8443/?username=xxx&password=yyy and it works as expected. However, when a password contains & (ampersand), I encode it normally with %26, and it doesn't work.
Maybe I'm doing something wrong, but I though this should be straight forward.
Solution 1:[1]
I have the same problem. Reported it to AWS as a bug and they aknowledged that it is a bug.
I tried to see if we could use the Nice DCV Web SDK, but it seems to only support REACT. If you are using REACT this might be an option for you.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | user3301319 |
