-
Notifications
You must be signed in to change notification settings - Fork 22.9k
Add page types for HTTP #26095
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add page types for HTTP #26095
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: HTTP authentication | ||
| slug: Web/HTTP/Authentication | ||
| page-type: guide | ||
| --- | ||
|
|
||
| {{HTTPSidebar}} | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Data URLs | ||
| slug: Web/HTTP/Basics_of_HTTP/Data_URLs | ||
| page-type: guide | ||
| browser-compat: http.data-url | ||
| --- | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Basics of HTTP | ||
| slug: Web/HTTP/Basics_of_HTTP | ||
| page-type: guide | ||
| --- | ||
|
|
||
| {{HTTPSidebar}} | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: HTTP caching | ||
| slug: Web/HTTP/Caching | ||
| page-type: guide | ||
| --- | ||
|
|
||
| {{HTTPSidebar}} | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: HTTP Client hints | ||
| slug: Web/HTTP/Client_hints | ||
| page-type: guide | ||
| --- | ||
|
|
||
| {{HTTPSidebar}} | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Compression in HTTP | ||
| slug: Web/HTTP/Compression | ||
| page-type: guide | ||
| --- | ||
|
|
||
| {{HTTPSidebar}} | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: HTTP conditional requests | ||
| slug: Web/HTTP/Conditional_requests | ||
| page-type: guide | ||
| --- | ||
|
|
||
| {{HTTPSidebar}} | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Content negotiation | ||
| slug: Web/HTTP/Content_negotiation | ||
| page-type: guide | ||
| --- | ||
|
|
||
| {{HTTPSidebar}} | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Using HTTP cookies | ||
| slug: Web/HTTP/Cookies | ||
| page-type: guide | ||
| --- | ||
|
|
||
| {{HTTPSidebar}} | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: CORS errors | ||
| slug: Web/HTTP/CORS/Errors | ||
| page-type: landing-page | ||
| --- | ||
|
|
||
| {{HTTPSidebar}} | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: CSP errors and warnings (Content Security Policy) | ||
| slug: Web/HTTP/CSP/Errors | ||
| page-type: guide | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Shouldn't this one be a landing page?
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think so: there is no "http-csp-error" category of page for this page to provide an index of. (This is not a great page: I assume the error messages quoted vary from one browser to another, and it doesn't actually explain what you might be able to do about any of the errors listed. 🐰 🕳️ ) |
||
| --- | ||
|
|
||
| {{HTTPSidebar}} | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Accept-Charset | ||
| slug: Web/HTTP/Headers/Accept-Charset | ||
| page-type: http-header | ||
| --- | ||
|
|
||
| {{HTTPSidebar}} | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.