IT Nursery
Given that the TCP connection is already established when the HTTP request is sent, the IP address and port are implicitly known — a TCP connection is an IP...
  • June 3, 2022
  • 0 Comments
IT Nursery
DELETE is supposed to be idempotent. If I DELETE http://example.com/account/123 it’s going to delete the account. If I do it again would I expect a 404, since the account...
  • May 31, 2022
  • 0 Comments
IT Nursery
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 What do these ‘q=%f’ mean? 3 Answers 3
  • May 30, 2022
  • 0 Comments