Macworld Forums: Bugs & Fixes: When file downloads from MobileMe fail to open - Macworld Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Bugs & Fixes: When file downloads from MobileMe fail to open

#1 User is offline   Macworld Icon

  • Story Poster
  • Icon
  • Group: MW Bot
  • Posts: 12,885
  • Joined: 30-November 07

Posted 20 February 2009 - 02:42 PM

Post your comments for Bugs & Fixes: When file downloads from MobileMe fail to open here
0

#2 User is offline   flowney Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 220
  • Joined: 14-March 04

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

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users