Skip to content

Instantly share code, notes, and snippets.

@chaselivingston
Created September 6, 2016 17:23
Show Gist options
  • Save chaselivingston/dcce447555632c2a2b74409dd6f9f37d to your computer and use it in GitHub Desktop.
Save chaselivingston/dcce447555632c2a2b74409dd6f9f37d to your computer and use it in GitHub Desktop.
HTTP/1.1 403 Forbidden
Date: Tue, 06 Sep 2016 17:23:06 GMT
Server: Apache
Last-Modified: Sun, 12 Jun 2016 20:37:56 GMT
Accept-Ranges: bytes
Content-Length: 1027
X-Powered-By: Loading
Content-Type: text/html
<HTML>
<HEAD>
<TITLE>403 Forbidden</TITLE>
<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
</HEAD>
<BODY>
<H1>Forbidden</H1>
You do not have permission to access this document.
<P>
<HR>
<ADDRESS>
Web Server at serendipiaunic.com
</ADDRESS>
</BODY>
</HTML>
<!--
- Unfortunately, Microsoft has added a clever new
- "feature" to Internet Explorer. If the text of
- an error's message is "too small", specifically
- less than 512 bytes, Internet Explorer returns
- its own error message. You can turn that off,
- but it's pretty tricky to find switch called
- "smart error messages". That means, of course,
- that short error messages are censored by default.
- IIS always returns error messages that are long
- enough to make Internet Explorer happy. The
- workaround is pretty simple: pad the error
- message with a big comment like this to push it
- over the five hundred and twelve bytes minimum.
- Of course, that's exactly what you're reading
- right now.
-->
➜ ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment