Skip to content

Instantly share code, notes, and snippets.

@abraham
Created July 27, 2013 03:50
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 abraham/6093644 to your computer and use it in GitHub Desktop.
Save abraham/6093644 to your computer and use it in GitHub Desktop.
Debugging Google+ +1 error
$ curl -v www.scarsdaleaikido.com
* About to connect() to www.scarsdaleaikido.com port 80 (#0)
* Trying 205.134.224.148... connected
* Connected to www.scarsdaleaikido.com (205.134.224.148) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.21.4 (universal-apple-darwin11.0) libcurl/7.21.4 OpenSSL/0.9.8x zlib/1.2.5
> Host: www.scarsdaleaikido.com
> Accept: */*
>
< HTTP/1.1 406 Not Acceptable
< Date: Sat, 27 Jul 2013 03:49:38 GMT
< Server: Apache
< Content-Length: 323
< Content-Type: text/html; charset=iso-8859-1
<
* Connection #0 to host www.scarsdaleaikido.com left intact
* Closing connection #0
<html><head><title>Error 406 - Not Acceptable</title><head><body><h1>Error 406 - Not Acceptable</h1><p>An error has occurred. Generally a 406 error is caused because a request has been blocked by Mod Security. If you believe that your request has been blocked by mistake please contact the web site owner.</p></body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment