Tagged Questions
The content-length tag has no wiki summary.
8
votes
1answer
135 views
Is it possible to set blob download sizes in GAE apps now that the Content-Length header is disallowed?
After the AppEngine API update that came out a few weeks ago, the wonderful "Disallowed HTTP Response Headers" section appeared in the Python Response class documentation here, which explains that the ...
6
votes
1answer
469 views
IIS 7.5 ASP.NET HttpModule - Setting Response.Filter results in chunked encoding
I'm trying to create a HttpModule that changes the Response.Filter like so
(for this demonstration just set the filter back to itself):
public class ContentTrafficMonitor : IHttpModule
{
public ...
4
votes
2answers
3k views
Content-Length header versus chunked encoding
I'm trying to weigh the pros and cons of setting the Content-Length HTTP header versus using chunked encoding to return [possibly] large files from my server. One or the other is needed to be ...
3
votes
2answers
238 views
HEAD request appears to be to transmitting resource, not just headers
It appears that the HEAD requests I'm sending via jQuery's $.ajax({...}); method, are returning the content of the given resource (at least in Firefox... IE appears to function normally), rather than ...
3
votes
3answers
1k views
Get Size of HTTP Response in Java
I would like to know how much data was sent in response to a certain http-request.
What I currently do is this:
HttpURLConnection con = (HttpURLConnection) feedurl.openConnection();
//check the ...
2
votes
1answer
144 views
How to set Content-Length when sending POST request in NodeJS?
var https = require('https');
var p = ...
2
votes
1answer
255 views
File size will not display on PHP download script during file download
I am using a PHP script to download a file when you go to a page, but I can't set it up so that when a person downloads the file, it will show the file size (mine shows "unknown time remaining"). I've ...
2
votes
1answer
241 views
Long page receiving time reported by Firebug net tab (page loading slow)
I am experiencing a problem where a page appears to be taking around 8s to load for no apparent reason.
As you can see in this screenshot, all the resources on the page load well before 8s and the ...
2
votes
4answers
141 views
Is there any way I can see how long a JQuery AJAX call takes to execute?
Is there anyway to see how long a simple $.getJSON method takes to call using some type of timing code, in jquery/javascript?
Secondly, is there any way to see how BIG the response Content-Length is, ...
2
votes
2answers
572 views
Content-Length header not returned from Pylons response
I'm still struggling to Stream a file to the HTTP response in Pylons. In addition to the original problem, I'm finding that I cannot return the Content-Length header, so that for large files the ...
2
votes
2answers
862 views
How to calculate Content-Length for a file download within Kohana PHP?
I'm trying to send a file from within a Kohana model to the browser, but as soon as I add a Content-Length header, the file doesn't start downloading right away.
Now the problem seems to be that ...
1
vote
0answers
108 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
265 views
How to make JAXWS send content-length header on SOAP responses
Basically I made a Webservice using JAXWS. It uses SOAP and works. However on some request some clients crash/error, it seems to be linked to the fact the JAXWS webservice does not send the ...
1
vote
0answers
23 views
HTTP: pictures not fully received. how to avoid that, i.e. force browser to try again?
I have written a small picture script which shows a directory listing with thumbnails and also previews of the pictures.
Directory listing example
Image preview example
Source code
In some cases, ...
1
vote
1answer
86 views
Custom CMS written in PHP, should I be sending HTTP content-length header to clients?
I've built a custom content management system on our intranet which allows us to update news articles and content across several sites that I operate. It appears to be working well.
However the other ...
1
vote
1answer
175 views
How to configure HTTPServer to use content length and not transfer encoding: chunked?
I'm using java's HTTP Server object with web service implemeted by WebServiceProvider.
I see that no matter of the client request, the answer is chunked and i need it to be with content length.
so i'm ...
1
vote
2answers
270 views
content-length header from php is overwritten !
I'm trying to figure why the Content-Length header of php gets overwritten.
This is demo.php
<?php
header("Content-Length: 21474836470");die;
?>
a request to fetch the headers
curl -I ...
1
vote
2answers
355 views
How do I get the content length of a Django response object?
In Django, I try to logging the request and response content length, which exactly the same as what Django server prints to stderr.
[05/Apr/2011 22:59:08] "GET /pages/ HTTP/1.1" 200 332161
...
1
vote
2answers
108 views
Does compressing HTTP response is useless when Content-Length is lower than 1K?
I wrote a web service that respond JSON content lower than 1K. Which one of this compression strategy is the best?
gzip this content by the reverse-proxy as any other text ressource?
Add a rule to ...
1
vote
0answers
228 views
content-length header in response not present despite commenting transfer-encoding in axis2.xml
I have an axis2 service running on TOMCAT 6.0.18 with axis2 1.3 version.
I disabled chunking by commenting the transfer-encoding element and changed the HTTP to 1.0
as shown below:
...
1
vote
1answer
218 views
what is relation between content-length and byte ranges in HTTP/1.1?
I am not grasping the idea behind content-length and byte ranges as specified by HTTP 1.1
Is there are connection between the two of some sort? If a client requests in terms of byte ranges, say 0-100 ...
1
vote
0answers
387 views
Extending SoapHttpClientProtocol to correct faulty server Content-Length
Recently I got the need to access a web service created using SOAP::Lite. It's really messy to use since there's no WSDL, it doesn't return reasonable datatypes etc. so I started out using the ...
1
vote
2answers
465 views
ColdFusion - how to set Content-Length header
Has anyone successfully added a Content-Length header to regular ColdFusion (I'm using CF9) pages? I'm setting up a new server behind a Cisco load balancer with compression - the box refuses to ...
1
vote
2answers
400 views
How to get the file size of a remotely stored image? (php)
Let's say we have an image file, stored in a remote server (for example, let's take this image), how can we determine (in PHP code) it's file size?
If the file was on server, we would have used ...
1
vote
2answers
253 views
Is it OK to send an HTTP response with file attachment without specifying the Content-Length?
Meaning will it work fine? I have a situation where I am attaching files via HTTP attachment by attaching the URI of the file and it is on a different server so I don't have access to the length of ...
1
vote
2answers
212 views
PHP returning content-length of 0 to python's urllib
My code fetches CSV data from a PHP page using httplib. When I open the page in Firefox or Chrome, the data displays just fine. However, when I try to fetch it with my python code, I get a header with ...
1
vote
2answers
647 views
Site incredibly slow for firefox, instant on every other browser: KeepAlive issue?
I have a site where a page takes 10 seconds to load with firefox, and a further 10 seconds to load the images. It's a php page running on apache. The Images are just static images.
It runs ...
1
vote
8answers
555 views
Most efficient way to determine if a string length != 0?
I'm trying to speed up the following:
string s; //--> s is never null
if (s.Length != 0)
{
<do something>
}
Problem is, it appears the .Length actually counts the characters in the ...
1
vote
0answers
571 views
IIS7 - Specifying content-length header in ASP causes “connection reset” error
I'm migrating a series of websites from an existing IIS5 server to a brand new IIS7 web server. One of the pages pulls a data file from a blob in the database and serves it to the end user:
...
1
vote
1answer
769 views
POST data getting lost: Content Length = 0
I've been trying to find a solution for ages with no success. On our app, customers submit a form and on the next page we process it. Sometimes though the data never arrives. This seems to happen for ...
1
vote
2answers
610 views
How do I calculate the content-length of a file upload in ruby?
I need to include the content-length of a image /png file posted in an upload to a webservice.
But how do I calculate the content-length to include in the header?
Thanks.
I am submitting it using ...
1
vote
2answers
955 views
download of large files slow when content-length specified (IIS7)
I have an asp.net web page to serve large file downloads to users.
The page is hosted on IIS7, Windows Server 2008.
The strange thing is that users can download at good speeds (2MB/s) when I don't ...
1
vote
2answers
1k views
IIS7 downloading file length
I've following code for file download:
FileInfo fileInfo = new FileInfo(filePath);
context.Response.Clear();
context.Response.ContentType = "application/octet-stream";
...
1
vote
4answers
2k views
Content-Length header always zero
I set a header in the following way:
header('Content-Length: ' . filesize($strPath));
On my PC with ZendServer it works fine and I can download a file with the correct file size. On the production ...
1
vote
4answers
886 views
Simulate Incorrect Content-Length Headers for HTTP in C#
We are building a comprehensive integration test framework in C# for our application which exists on top of HTTP using IIS7 to host our applications.
As part of our integration tests we want to test ...
0
votes
0answers
7 views
JBoss 4.2.3 Not rejecting HTTP POST with incorrect Content-Length
I have found that Jboss 4.2.3 does not reject a HTTP POST if the Content-Length specified in the header does not match the actually length of the data in the body. Instead it passes along corrupted ...
0
votes
0answers
26 views
Detecting partially uploaded files?
I have a webapp which reads from the php://input and it streams from it and than stores that data in a new file, however, because of this, a person might upload a file partially and it'll still be ...
0
votes
1answer
24 views
Content-length not read
I have a problem trying to get the size of an image before downloading it.
I am trying to read the headers of image files from a remote server in Xcode. The link to a sample image is here: ...
0
votes
0answers
52 views
unwanted “NUL” characters string after reading bytes of a mjpg TCP stream
I'm trying to record a jpeg image sent by an Ethernet camera in a mjpg stream.
The images I obtain with my Borland C++ application (VSPCIP) are sometimes "corrupted" :
I have the example of a ...
0
votes
1answer
27 views
jpg file difference : from wireshark tcp stream and from a C++ socket
I'm trying to record a jpeg image sent by an Ethernet camera in a mjpg stream.
The image I obtain with my Borland C++ application (VSPCIP) looks identical in Notepad++ to the tcp stream saved from the ...
0
votes
0answers
15 views
Is chunked transfer encoding always the best option for a web service?
Using HTTP 1.1, does specifying the Content-Length header ever achieve anything for a web service that isn't achieved by using transfer encoding? It appears that the Content-Length header only exists ...
0
votes
1answer
89 views
IMAP command to get size of message
I am looking for the best way to get the sizes of messages using IMAP(i am writing a simple c# lib for myself). Basically a POP3 STAT command equivalent would be good, but it does not exist. I am ...
0
votes
3answers
120 views
Is there any way to configure php to always set $_SERVER['CONTENT_LENGTH']?
I'm working on carddav client. As server i use davical v. 0.9.9.6. I don't understand why i'm getting invalid content-type error when http headers contains correct value. I look into source code and ...
0
votes
2answers
64 views
How to configure `Content-Length' header in HTTP protocol
I don't clear about how to count `Content-Length' header in HTTP.
Take an example,
HEADER
...
Content-Type: text/html
(blank line `\r\n')
<html></html>
(blank line `\r\n')
This is a ...
0
votes
0answers
67 views
Server headers Content-Length: 0 for php pages
My question is regarding server header responses. After making some changes recently, I used a couple of server header tools to check the headers for my site.
The first one gave me this for a php ...
0
votes
3answers
298 views
Java, HttpURLConnection and setting the content length
I'm setting the length of the content in my HttpURLConnection, for a PUT.
urlConnection.setRequestProperty("Content-Length", "" + responseJSONArray.toString(2).getBytes("UTF8").length);
The actual ...
0
votes
3answers
63 views
Is Content-length the only way to know when the HTTP message is completely received?
I was generally considering writing a protocol for my own purposes over TCP and hit the problem of determining the end of the message.
Deriving from HTTP, I could see that the message length is ...
0
votes
0answers
124 views
How to detect the size of file, before download (while remote downloading)? [closed]
Possible Duplicate:
How to detect the finish with file_put_contents() in php?
I'm making a download script in PHP. Like following:
1) $item = file_get_contents($url);
2) echo "To download: ...
0
votes
1answer
318 views
IIS 7 Dynamic Compression: would that make Content-Length header unpredictable?
Using .NET 4.0 on IIS 7.5 on Windows 2008 R2.
I would like to output a binary content which represents various types of documents (images, PDF, Office files, etc). Let's assume the entire content is ...
0
votes
1answer
200 views
HTTP Content-Length header has 1 byte too many
I'm writing a (PHP) script that serves files to the client. Among others, the Content-Length header is sent, only it has one byte too many. I discovered this when I put the content length in a ...