NovoGeek's Blog (Archive)

Technical insights of a web geek

What web devs should know about HTTP ”Referer” header

Every HTTP request has a set of Request Headers which carry pieces of useful information from the client to the server. One such request header is the "Referer" header, which contains address of the previous page from which the current page was requested. E.g., If you search for "HTML5" on google a... [More]