Skip to content

Instantly share code, notes, and snippets.

@shellac
Created January 15, 2010 13:35
Show Gist options
  • Save shellac/278063 to your computer and use it in GitHub Desktop.
Save shellac/278063 to your computer and use it in GitHub Desktop.
$ ./GET-rdfa 'http://localhost:8080/resources/bookmark'
Content-type: text/html
<h1>Software error:</h1>
<pre>HTTP response code was not 200 OK. (Set $opts{ignore_http_response_code} to ignore this error.) at ./GET-rdfa line 24
</pre>
<p>
For help, please send mail to this site's webmaster, giving this error message
and the time and date of the error.
</p>
[Fri Jan 15 13:34:07 2010] GET-rdfa: HTTP response code was not 200 OK. (Set $opts{ignore_http_response_code} to ignore this error.) at ./GET-rdfa line 24
$ curl -I 'http://localhost:8080/resources/bookmark'
HTTP/1.1 200 OK
Content-Length: 0
Content-Type: text/html
Server: Jetty(7.0.0.v20091005)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment