Page and microflow url issues - Asking for signing in

0
Hello,   We have just moved to Mendix 10 and are working on page and microflow url to replace deeplink.   The url seems to work well locally. However, when we push it to UAT environment, every time a page or microflow url is requested, we need to sign it to be able to access it. Again, it works locally, so I think access rule is not an issue.   We are on-premise and we have configured url rewrite to handle "p" in the web.config.   <rule name="p" stopProcessing="true"> <match url="^(p/)(.*)" /> <action type="Rewrite" url="http://localhost:8080/{R:1}{R:2}" /> </rule>   Is anyone having the same issue and able to to resolve it? Am I missing something?   Many thanks, Huy  
asked
0 answers