What are the required HTTP headers fields

Viewed 6195

I know that any HTTP request will require the following headers fields .

  • HOST

I found this document that describes some of the HTTP Header fields but does not have a list of the required ones.

My questions are;

  • What other headers fields are required?
  • What are the suggested header fields?
1 Answers
Related