HI all,
I'm completely new to using ARR & URL Rewrite (current OS Windows 2008 R2 IIS 7.5). I have a URL "nationalarchives.gov.mu" which gets rewritten as www.gov.mu/NationalArchivesServices/ on http & redirected to an application server. This I have done successfully in IIS. There is a box middle page at the bottom "Search Our Database. which goes to the URL www.gov.mu/siatel-web. On clicking this box, what I could gather from fiddler2, a session ID is added to the URL Set-Cookie: JSESSIONID=75D0A0C245D63B376EE651CB2155703C; Path=/siatel-web, Location: http://www.gov.mu/siatel-web/auth/;jsessionid=75D0A0C245D63B376EE651CB2155703C. but this URL is not displayed in the browser but the URL displayed is https://www.gov.mu:443/siatel-web/auth/?auth=1. so the URL hops from www.gov.mu/siate-web to https://www.gov.mu/siatel-web/auth/?auth=1 (https is on port 443) but the cookie/sessionid is on http. Any help about how to do this using URL Rewrite will be highly appreciated. Thank you in advance.