Post your comments for Bugs & Fixes: When file downloads from MobileMe fail to open here
Page 1 of 1
Bugs & Fixes: When file downloads from MobileMe fail to open
#2
Posted 20 February 2009 - 03:20 PM
Since we're talking about a web-based service where server-side MIME Type declarations can cause this sort of problem, I'd try to see what the server is sending by using Terminal and CURL. The command would be:
CURL _I
For example CURL -I http://www.gcsu.edu should produce:
HTTP/1.1 200 OK
Date: Fri, 20 Feb 2009 23:41:24 GMT
Server: Apache/2.2.3 (Linux/SUSE)
X-Powered-By: PHP/5.2.5
Content-Length: 34858
Last-Modified: Fri, 20 Feb 2009 21:01:07 GMT
Content-Type: text/html
The content type is what you want to focus on.
CURL _I
For example CURL -I http://www.gcsu.edu should produce:
HTTP/1.1 200 OK
Date: Fri, 20 Feb 2009 23:41:24 GMT
Server: Apache/2.2.3 (Linux/SUSE)
X-Powered-By: PHP/5.2.5
Content-Length: 34858
Last-Modified: Fri, 20 Feb 2009 21:01:07 GMT
Content-Type: text/html
The content type is what you want to focus on.
Page 1 of 1



Sign In
Register
Help

MultiQuote