Tagged Questions
The http-1.1 tag has no wiki summary.
33
votes
6answers
11k views
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 of the RFCs, but haven't been able to pull out a lot of difference between ...
5
votes
3answers
757 views
file_get_contents() with context to use http/1.1 significantly slow download speeds
Using the code below each image download) file_get_contents() ) takes on average 8-15 seconds.....
If I do not use a context on file_get_contents() then image download is less than a second.
If I ...
5
votes
1answer
1k views
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 do so far).
Currently I answer to the following:
If-Modified-Since
...
4
votes
2answers
668 views
What does the HTTP header If-None-Match: * means
What does the following HTTP 1.1 header means?
If-None-Match: *
I understand it when using a strong or weak ETag or even a list of ETags, but I don't understant it's use when using star (*).
...
3
votes
1answer
137 views
How do I find out the version of HTTP in a request using PHP and Apache
I need to determine whether an HTTP request was an HTTP/1.0 or an HTTP/1.1 request in my PHP script, which is running under Apache. Is there a way to query this information?
3
votes
2answers
160 views
Open source machine readable grammar for HTTP/1.1?
Is there an open source machine-readable grammar for HTTP/1.1 requests and responses? Specifically, i'm looking for a grammar that is accepted by one of the popular parser generators (e.g., ANTLR, ...
3
votes
1answer
2k views
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 proxy/client request.
From RFC 2616 secttion 14.26 ( ...
2
votes
1answer
150 views
Disable http keep-alive on ASMX webservice
I have a .net webservice (old-school, not WCF) running on a website on IIS7.
I need to disable http keep-alive for the webservice, but not for the rest of the site.
Is it possible to override what ...
2
votes
1answer
113 views
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 specifies that connections are persistent by ...
2
votes
2answers
138 views
Is using HTTP 1.0 bad practice?
I'm implementing a basic http client for communicating with a web service and am wondering if I should go with http 1.0 or 1.1.
The data section will consist of binary data and the remote server will ...
2
votes
2answers
1k views
Why do wget has Host Header in its HTTP request
The main difference between HTTP/1.0 and HTTP/1.1 is that HTTP/1.1 has a mandatory Host Header in it. (Source: HTTP Pocket Reference - o'reilly)
So, why is that wget, which uses HTTP/1.0 protocol has ...
2
votes
1answer
755 views
PHP using session_cache_limiter() and session_cache_expire() or multiple header()
I want my PHP pages to be cached. To allow cache I use:
session_cache_limiter('private');
session_cache_expire(180);
session_start();
Since I'm only using sessions for these cache headers, should I ...
1
vote
0answers
111 views
Adding content-length to an API post request using Rails
I'm trying to post some data to the Google Places api. However when I run the code (below) I receive a 411 Length Required error. Does anyone know how to resolve this using the code below. Thanks
...
1
vote
1answer
145 views
Parsing responses of content-type chunked in python
I'm trying to read and parse a request of content-type: chunked in python. Here is what I see when I load the url in a browser and look at the source:
<!-- ...
1
vote
1answer
105 views
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 of files from this folder?
I´m new to WebDAV and at the w3.org WebDAV methode definition I don´t found ...
1
vote
1answer
608 views
Supporting HTTP 100 Continue with PHP
I'm working on a PHP webapp that accepts large POSTed file uploads from specific clients and would like to accept or reject these uploads (based on various headers and other factors, not just size) ...
0
votes
0answers
40 views
How to get Range:bytes for new request start point when rewinding (ActionScripts NetStream Video + org.httpclient
In my project I use as3HttpClientLib, NetStreamAppendBytesAction and flex UIComponent to deliver video content to end users.
So to start video I use code like:
st = new SoundTransform();
timer = new ...
0
votes
1answer
58 views
How to implement HTTP 1.0 / 1.1 in ASP.NET
I wanted to know the best way to implement the following in ASP.NET. I have never used these directives so if you could kindly give me a sample code, It would be really helpful.
HTTP/1.0 Pragma ...
0
votes
1answer
140 views
JavaScript WebSocket closes connection straight away
I'm writing my own script to connect to a websocket server with JavaScript using the WebSocket API. I'm having problems with the connection closing straight away.
Here's the client side script:
var ...
0
votes
0answers
21 views
Webservices (HTTP 1.1) End-of-Response TCP issue
I've a WebService written in Java (using JAX-RPC) that deployed on Oracle App Server (which uses HTTP 1.1).
The client App to consume this WebServices complaining that the Server doesn't close the ...
0
votes
1answer
39 views
How to issue a graceful close in both http server and browser side when time out?
In http1.1(http://www.w3.org/Protocols/rfc2616/rfc2616-sec8.html), it says:
When a client or server wishes to time-out it SHOULD issue a graceful close on the transport connection. Clients and ...
0
votes
1answer
68 views
Are firewalls a bottleneck for persistent http connections?
I am building a client server application, where clients will use a long-lived http sessions to push data from the server to the client (sometimes referred to as http push, reverse ajax, server push, ...
0
votes
0answers
172 views
Preferable chunk size in HTTP chunked encoding
I'm writing some code which will HTTP chunked-encode an arbitrary length data stream from which I asynchronously receive chunks of data of arbitrary lengths. Here are the two chunk-size related ...
0
votes
0answers
102 views
How will you design a proxy server that supports HTTP 1.1 keep-alive completely?
It seems even nginx only half supports HTTP 1.1 keep-alive requests:
It is an HTTP/1.0 proxy without the
ability for keep-alive requests yet.
(As a result, backend connections are
created ...
0
votes
6answers
541 views
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()
I am taking the code straight from the demo and do not understand what my problem is.
...
0
votes
1answer
225 views
Using keep-alive connections (HTTP 1.1) to create ftp-like sessions in PHP
I'm looking for a way to keep track of a HTTP 1.1 connection kept alive across requests, in order to get a ftp-like session.
The idea would be to have an authentication at first request, and then, ...
0
votes
0answers
608 views
Android: Multiple POST on the same connection
I've a problem doing multiple POST request on the same connection with HTTP 1.1 standard. The first request goes to the server, but the second is blocked on "client.execute(httpGet, httpContext);".
...
0
votes
1answer
266 views
Web service .NET Framework problem
We are connecting a webservice (java) from C# (VS.Net 2003) application. Web service running on HTTP 1.0 protocol. On the other hand VS.Net 2003 trying to reach with HTTP 1.1 protocol.
Therefore ...