开发者

HttpContext.Request.UrlReferrer null when changing domain

开发者 https://www.devze.com 2023-04-08 05:15 出处:网络
Hi have a website that is host on 2 servers, on in Europe for the french version of the website (.fr) and the other in the Us for the other versions (.com). When I do a RedirectResult(\"http://domain.

Hi have a website that is host on 2 servers, on in Europe for the french version of the website (.fr) and the other in the Us for the other versions (.com). When I do a RedirectResult("http://domain.fr") from my .com website in a controller, my Referrer is null is it normal?

I think that I will have to post a querystring fr开发者_如何学JAVAom a domain to an other so I will be able to know when it's comming from this site.


urlreferrer is collected from the client side browser

are you make sure that your test request site A from a link in Site B and not response.redirect

0

精彩评论

暂无评论...
验证码 换一张
取 消