Tagged Questions

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 ...
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
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 ...
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 ...