Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Was the misspelling of the HTTP field name Referer intentional?

I read recently (I can't recall where, or I'd return to that source) that the misspelling of HTTP header field name Referer in the specification was intentional. Is that accurate? If so, why?

like image 719
lance Avatar asked Jun 21 '10 19:06

lance


People also ask

Why is HTTP referer misspelled?

Etymology. The misspelling of referrer was introduced in the original proposal by computer scientist Phillip Hallam-Baker to incorporate the "Referer" header field into the HTTP specification.

Why is referer empty?

There might be several reasons why the referer URL would be blank. It will/may be empty when the enduser: entered the site URL in browser address bar itself. visited the site by a browser-maintained bookmark.


2 Answers

Phillip Hallam-Baker and Roy Fielding are responsible for it. By the time they realized it was incorrect, too many people were using it.

Now, Phillip jokes about getting the Oxford Dictionary to recognize his spelling:

Its like when I did the referer field. I got nothing but grief for my choice of spelling. I am now attempting to get the spelling corrected in the OED since my spelling is used several billion times a minute more than theirs.

Roy also joked about the fact that the UNIX spell command didn't recognize any spelling of it:

> Has anyone else noticed that the HTTP header "Referer:" is spelled wrong?

That's okay, neither one (referer or referrer) is understood by "spell" anyway. I say we should just blame it on France. ;-)

Info taken from HTTP_REFERER Origins Wikipedia article.

like image 142
Ben S Avatar answered Oct 16 '22 06:10

Ben S


I believe it was a mistake that was only picked up after release, at that point it was too late to change it and a lot of dependencies already existed.

a wiki link to (semi) prove it :)

like image 30
Pharabus Avatar answered Oct 16 '22 06:10

Pharabus