When attempting to access QMC Utilities, I receive a 404 error. I noticed that the redirect is missing a "/". Here's what's happening.
I enter https://myserver:9945/qmcu/
The response is https://myserver/myserver:9945/qmcu/
After tracing the browser traffic, I noticed the redirect below is taking place before the URL changes and the 404 error is received.
https://myserver/content/Default/qmculogin.html?redirectUrl=https:/myserver:9945/qmcu/&qlikTicket=5W...
Notice the redirectUrl is missing the 2nd slash after the "https:/"
Can anyone assist me in resolving this issue?
Thanks,
Darniece