How does a HTTP 1.1 server respond to a HTTP 1.0 request?

Viewed 9051

How does HTTP 1.1 server should respond to a HTTP 1.0 request for headers like Pragma : no-cache which are supported in HTTP 1.0 but not in HTTP 1.1

1 Answers
Related