SSL and relative URLs in site links and redirections
问题 I have been working on a website in beta phase for some time now, and am finally about to launch it. There are several links, anchor tags, with relative URLs throughout the site that link to the admin and cart sections of the website, and now they have to be SSL secured. Also, same question for relative URLs in Response.Redirect("~/../.."); When a user is browsing over http , is there anyway to redirect them to a page with https connection using a relative URL? It seems like poor practice to