Skip to content

Instantly share code, notes, and snippets.

@ehershey
Last active March 19, 2016 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ehershey/f2bcb9cafcf8eb676e12 to your computer and use it in GitHub Desktop.
Save ehershey/f2bcb9cafcf8eb676e12 to your computer and use it in GitHub Desktop.
Trying to download podcast episode on the command line after getting errors in itunes
[ernie@eahimac2 ~]$ curl --head https://files.manager-tools.com/files/private/podcast/mp3/manager-tools-2015-07-12.mp3
HTTP/1.0 403 Forbidden
Date: Sat, 19 Mar 2016 18:20:04 GMT
Server: Apache/2.4.7 (Ubuntu)
X-Powered-By: PHP/5.5.9-1ubuntu4.14
Connection: close
Content-Type: text/html
[ernie@eahimac2 ~]$ curl --head https://files.manager-tools.com/files/private/podcast/mp3/manager-tools-2015-07-12.mp3
HTTP/1.1 200 OK
Date: Sat, 19 Mar 2016 18:31:38 GMT
Server: Apache/2.4.7 (Ubuntu)
X-Powered-By: PHP/5.5.9-1ubuntu4.14
Cache-Control: private
Pragma: private
Last-Modified: Mon, 13 Jul 2015 03:23:57 GMT
ETag: 543389f-55a32f4d-122120e
Accept-Ranges: bytes
Content-Disposition: attachment; filename="manager-tools-2015-07-12.mp3"
Content-Length: 19010062
Content-Type: audio/mpeg
[ernie@eahimac2 ~]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment