> For the complete documentation index, see [llms.txt](https://cajac.gitbook.io/ctf-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cajac.gitbook.io/ctf-notes/web/web-introduction.md).

# Web - Introduction

{% hint style="info" %}
Please note that this site is a continuous **work-in-progress!**
{% endhint %}

## Resources on HTTP

### MDN (Mozilla Developer Network)

HTTP headers - MDN: <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers>

HTTP response status codes - MDN: <https://developer.mozilla.org/en-US/docs/Web/HTTP/Status>

HTTP request methods - MDN: <https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods>

### Request for Comments

RFC 1945 - Hypertext Transfer Protocol -- HTTP/1.0: <https://datatracker.ietf.org/doc/html/rfc1945>

RFC 2068 - Hypertext Transfer Protocol -- HTTP/1.1: <https://datatracker.ietf.org/doc/html/rfc2068>

### Wikipedia

List of HTTP header fields - Wikipedia: <https://en.wikipedia.org/wiki/List_of_HTTP_header_fields>

List of HTTP status codes - Wikipedia: <https://en.wikipedia.org/wiki/List_of_HTTP_status_codes>
