Top "Http-1.1" questions

HTTP 1.1 is the latest version of the http protocol.

HTTP 1.0 vs 1.1

Could somebody give me a brief overview of the differences between HTTP 1.0 and HTTP 1.1? I've spent some time with both …

http http-1.1 http-1.0
how to solve HTTP/1.1 302 Found error when trying to get contents of a form in php?

I'm having a bug in my aplication, when I try to submit a form (POST Method) with a lot of …

php forms apache http-status-code-302 http-1.1
What does the HTTP header If-None-Match: * mean?

What does the following HTTP 1.1 header mean? If-None-Match: * I understand it when using a strong or weak ETag or even …

http http-headers http-1.1
Node Js problems with response.write

When I try to utilize http stream connection for some reason write does not flush until I call response.end() …

node.js stream http-1.1
Why is Connection: keep-alive still being specified in http headers (isn't it deprecated)?

According to "HTTP: The Definitive Guide", using Connection: keep-alive to specify a persistent connection is deprecated in HTTP/1.1, since HTTP/1.1 …

http keep-alive http-1.1 http-1.0
WebDAV - Request "Show files in folder"?

I want to download all *.txt files from a WebDAV share. Is there a request/methode to get a list …

webdav http-1.1
HTTP pipelining request text example

Below is an example HTTP 1.1 call with a single page requested : GET /jq.js HTTP/1.1 Host: 127.0.0.1 Accept: */* I understand with …

apache http-request http-1.1 php-socket
HTTP If-None-Match vs. If-Match

I'm currently building up a PHP script that will answer HTTP "304 Not Modified" when required. (See question #2086712 for what I …

http caching header http-headers http-1.1
Unable to turn off chunked transfer encoding in nginx with gzip for static assets served from Node backend

We have a Node/express web app that is serving static assets in addition to normal content, via express.static(). …

node.js nginx http-1.1
HTTP if-none-match and if-modified-since and 304 clarification in PHP

My question is about how to reply a HTTP 304 "Not Modified" when I receive both if-none-match and if-modified-since from a …

php http caching http-1.1