开发者

Where a redirect is coming from?

I am making a website, where a person could be redirected to a form page several different pages within the site a开发者_高级运维nd depending on where they were redirected from, the form would be filled out certain to make it quick for them. This is all on the mobile, so data has to be kept in mind.


That information is usually contained in the HTTP Referer header field.


You can get this data from the headers sent by the browser (referrer URL) - usually these are stored as "Server variables"

However, I would recommend staying clear of this method as it can introduce a few other problems. I would recommend using session/cookies to keep track of the last page the user has visited.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜