Search Results

0
votes

Why “Content-Length: 0” in POST requests?

I suspect the proxy. My guess is that the browser actually doesn't send a Content-Length header, and that the proxy fills it in with the value it "sees": no value == 0. …
1
vote

Is it possible to detect if Microsoft Excel is installed from a Web Application

Why Excel? What if I have OpenOffice.org instead? Just warn the user what you're going to send them, mark the link with "Excel file", and let him decide. …