Hi All,
I am redirecting a default domain URL to a document URL (Qlikview document) on a server. However, after it asks for username and password, it puts a trailing slash at the end of URL. Because of the traling slash, I am getting an error opening the document. It works fine in FF but in the rest of document, I get an error
In IIS7.5 http redirect, I have put the document URL in the "redirect requests to this destination". I have selected "only redirect requests to the contents in this directory".
The URL that I in the URL redirect is
http://xyz.com/QvAJAXZfc/opendoc.htm?document=test%20dashboard.qvw&host=QVS@Arif-PC74
What I get in IE and chrome after the redirect is a password login window, after which I get the below URL
http://xyz.com/QvAJAXZfc/opendoc.htm?document=test%20dashboard.qvw&host=QVS@Arif-PC74/
and this gives me an error. If I remove the / and try it, it works fine. In FF, I dont get this / after redirect and it works good. However, in all the rest of browsers, I get a / in the end of URL and it created an error for me
So my question is, how can I remove the / at the end of URL after the redirect and why is FF not putting this ending /
I will really appreciate your guidance in this
Regards
ARif