Talk:Web Science/Part1: Foundations of the web/Hypertext Transfer Protocol/HTTP header

From Wikiversity
Jump to navigation Jump to search

Join the discussion: Ask and questions and provide answers[edit | edit source]

  • If you click the ask a question button you're question will appear at the bottom of this list.
  • If you click the give an answer you will be able to provide an answer to the questions that have been asked so far.


Notes on the video[edit source]

"[referrer] is spelled incorrectly here" - you could be more precise if it is spelled incorrectly according to its RFC ("referer") or the English language ("referrer"). --Onse (discusscontribs) 09:40, 12 November 2013 (UTC)[reply]

Another note on the video: Though Rene is making the correct point that the header field order doesn't matter in HTTP, this can not be assumed by his code: The log method iterates over the hash map which naturally sorts its values by the key hashes. If we'd have used a LinkedHashMap, the order most likely would have been exactly the same as specified in the HTTP request sent via the Telnet connection! --92.73.14.251 (discuss) 10:38, 18 February 2017 (UTC)[reply]