Posted on: 10/22/2014 12:46:25 AM | Views : 390

Hello, I've been having an issue where links going out from my https website aren't showing up in webstats as a referrer for the sites the links are going to. I checked and the page info for the linked sites aren't showing a referrer url once I get there and apparently it's because of my https url preventing it.
My global.asax file was automatically renaming the url's to https, so I changed it to rewrite everything BUT one folder to an https url, then created the new non-https url page inside that folder, set the links to go there (with a querystring in the url), and wrote a response.redirect() in that new page's codebehind that pulled the link from the querystring/database and sent the user on to the website. But this isn't showing the referrer url either. I see that trying it locally (which isn't using https), I'm seeing that once I end up on the linked website, it's showing referrer url from the original page instead of from new link redirect pag ...

Go to the complete details ...