Skip to content

Instantly share code, notes, and snippets.

@drench
Created April 22, 2011 20:18
Show Gist options
  • Save drench/937497 to your computer and use it in GitHub Desktop.
Save drench/937497 to your computer and use it in GitHub Desktop.
GoDaddy hosting HTTP problem
HTTP call from the web hosting server:
% ssh jllexchange.com "wget http://jllexchange.com/robots.txt"
--2011-04-22 13:11:18-- http://jllexchange.com/robots.txt
Resolving jllexchange.com... 184.168.136.128
Connecting to jllexchange.com|184.168.136.128|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2011-04-22 13:11:18 ERROR 403: Forbidden.
The same HTTP call from elsewhere:
% wget http://jllexchange.com/robots.txt
--2011-04-22 15:12:26-- http://jllexchange.com/robots.txt
Resolving jllexchange.com (jllexchange.com)... 184.168.136.128
Connecting to jllexchange.com (jllexchange.com)|184.168.136.128|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1590 (1.6K) [text/plain]
Saving to: "robots.txt"€
100%[======================================>] 1,590 --.-K/s in 0.001s
2011-04-22 15:12:26 (1.36 MB/s) - "€œrobots.txt"€ saved [1590/1590]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment