From 4c3ae66e8b0eeed78cfe0decfd7861b88bf2cd46 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Fri, 3 Mar 2023 11:57:19 +1100 Subject: [PATCH] HTTP Leftovers: Remove tags/add status where necessary --- files/en-us/web/http/authentication/index.md | 6 ------ .../index.md | 4 ---- .../web/http/basics_of_http/data_urls/index.md | 6 ------ .../basics_of_http/evolution_of_http/index.md | 5 ----- .../identifying_resources_on_the_web/index.md | 14 -------------- files/en-us/web/http/basics_of_http/index.md | 4 ---- .../mime_types/common_types/index.md | 12 ------------ .../http/basics_of_http/mime_types/index.md | 11 ----------- .../http/basics_of_http/resource_urls/index.md | 5 ----- .../index.md | 4 ---- files/en-us/web/http/caching/index.md | 4 ---- files/en-us/web/http/client_hints/index.md | 5 ----- files/en-us/web/http/compression/index.md | 4 ---- .../web/http/conditional_requests/index.md | 4 ---- .../configuring_servers_for_ogg_media/index.md | 6 ------ .../connection_management_in_http_1.x/index.md | 7 ------- .../web/http/content_negotiation/index.md | 5 ----- .../list_of_default_accept_values/index.md | 5 ----- files/en-us/web/http/cookies/index.md | 17 ----------------- .../corsalloworiginnotmatchingorigin/index.md | 12 ------------ .../cors/errors/corsdidnotsucceed/index.md | 12 ------------ .../web/http/cors/errors/corsdisabled/index.md | 18 ------------------ .../corsexternalredirectnotallowed/index.md | 12 ------------ .../errors/corsinvalidallowheader/index.md | 12 ------------ .../errors/corsinvalidallowmethod/index.md | 12 ------------ .../cors/errors/corsmethodnotfound/index.md | 12 ------------ .../corsmissingallowcredentials/index.md | 12 ------------ .../index.md | 12 ------------ .../errors/corsmissingalloworigin/index.md | 12 ------------ .../corsmultiplealloworiginnotallowed/index.md | 12 ------------ .../corsnotsupportingcredentials/index.md | 12 ------------ .../errors/corsoriginheadernotadded/index.md | 12 ------------ .../errors/corspreflightdidnotsucceed/index.md | 12 ------------ .../cors/errors/corsrequestnothttp/index.md | 12 ------------ files/en-us/web/http/cors/errors/index.md | 10 ---------- files/en-us/web/http/cors/index.md | 12 ------------ .../http/cross-origin_resource_policy/index.md | 4 ---- .../web/http/csp/errors/cspviolation/index.md | 12 ------------ files/en-us/web/http/csp/errors/index.md | 9 --------- files/en-us/web/http/csp/index.md | 7 ------- files/en-us/web/http/index.md | 8 -------- .../web/http/link_prefetching_faq/index.md | 8 -------- files/en-us/web/http/messages/index.md | 4 ---- files/en-us/web/http/methods/connect/index.md | 4 ---- files/en-us/web/http/methods/get/index.md | 4 ---- files/en-us/web/http/methods/head/index.md | 4 ---- files/en-us/web/http/methods/index.md | 4 ---- files/en-us/web/http/methods/options/index.md | 4 ---- files/en-us/web/http/methods/patch/index.md | 4 ---- files/en-us/web/http/methods/post/index.md | 4 ---- files/en-us/web/http/methods/put/index.md | 4 ---- files/en-us/web/http/methods/trace/index.md | 4 ---- .../web/http/network_error_logging/index.md | 8 ++------ files/en-us/web/http/overview/index.md | 6 ------ .../en-us/web/http/permissions_policy/index.md | 12 ------------ .../http/protocol_upgrade_mechanism/index.md | 9 --------- .../http/proxy_servers_and_tunneling/index.md | 5 ----- .../proxy_auto-configuration_pac_file/index.md | 5 ----- files/en-us/web/http/redirections/index.md | 4 ---- .../http/resources_and_specifications/index.md | 3 --- .../en-us/web/http/resources_and_uris/index.md | 10 ---------- files/en-us/web/http/session/index.md | 2 -- 62 files changed, 2 insertions(+), 486 deletions(-) diff --git a/files/en-us/web/http/authentication/index.md b/files/en-us/web/http/authentication/index.md index 689a70f0bc34305..e478ebfe6b5c17d 100644 --- a/files/en-us/web/http/authentication/index.md +++ b/files/en-us/web/http/authentication/index.md @@ -1,12 +1,6 @@ --- title: HTTP authentication slug: Web/HTTP/Authentication -tags: - - Access Control - - Authentication - - Guide - - HTTP - - Security --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/basics_of_http/choosing_between_www_and_non-www_urls/index.md b/files/en-us/web/http/basics_of_http/choosing_between_www_and_non-www_urls/index.md index e5adf2dc571842b..6465f6701331668 100644 --- a/files/en-us/web/http/basics_of_http/choosing_between_www_and_non-www_urls/index.md +++ b/files/en-us/web/http/basics_of_http/choosing_between_www_and_non-www_urls/index.md @@ -1,10 +1,6 @@ --- title: Choosing between www and non-www URLs slug: Web/HTTP/Basics_of_HTTP/Choosing_between_www_and_non-www_URLs -tags: - - Guide - - HTTP - - URL --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/basics_of_http/data_urls/index.md b/files/en-us/web/http/basics_of_http/data_urls/index.md index f9b5490a2b47195..f136655cf6960f6 100644 --- a/files/en-us/web/http/basics_of_http/data_urls/index.md +++ b/files/en-us/web/http/basics_of_http/data_urls/index.md @@ -1,12 +1,6 @@ --- title: Data URLs slug: Web/HTTP/Basics_of_HTTP/Data_URLs -tags: - - Base64 - - Guide - - HTTP - - Intermediate - - URL browser-compat: http.data-url --- diff --git a/files/en-us/web/http/basics_of_http/evolution_of_http/index.md b/files/en-us/web/http/basics_of_http/evolution_of_http/index.md index 44985cdbdfccec6..cb0f6f45d21acab 100644 --- a/files/en-us/web/http/basics_of_http/evolution_of_http/index.md +++ b/files/en-us/web/http/basics_of_http/evolution_of_http/index.md @@ -1,11 +1,6 @@ --- title: Evolution of HTTP slug: Web/HTTP/Basics_of_HTTP/Evolution_of_HTTP -tags: - - Guide - - HTTP - - NeedsUpdate - - NeedsUpdate(HTTP/3) --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/basics_of_http/identifying_resources_on_the_web/index.md b/files/en-us/web/http/basics_of_http/identifying_resources_on_the_web/index.md index c887a6e5125b6eb..970fe29dba221a7 100644 --- a/files/en-us/web/http/basics_of_http/identifying_resources_on_the_web/index.md +++ b/files/en-us/web/http/basics_of_http/identifying_resources_on_the_web/index.md @@ -1,20 +1,6 @@ --- title: Identifying resources on the Web slug: Web/HTTP/Basics_of_HTTP/Identifying_resources_on_the_Web -tags: - - Domain - - HTTP - - Path - - Scheme - - Syntax - - URI - - URL - - URL Syntax - - Web - - fragment - - port - - query - - resources spec-urls: https://httpwg.org/specs/rfc9110.html#uri --- diff --git a/files/en-us/web/http/basics_of_http/index.md b/files/en-us/web/http/basics_of_http/index.md index 09195ccd5555582..75e52ad5f689a50 100644 --- a/files/en-us/web/http/basics_of_http/index.md +++ b/files/en-us/web/http/basics_of_http/index.md @@ -1,10 +1,6 @@ --- title: Basics of HTTP slug: Web/HTTP/Basics_of_HTTP -tags: - - Guide - - HTTP - - Overview --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/basics_of_http/mime_types/common_types/index.md b/files/en-us/web/http/basics_of_http/mime_types/common_types/index.md index 0743d5bbca8b159..aa694f2f8567e99 100644 --- a/files/en-us/web/http/basics_of_http/mime_types/common_types/index.md +++ b/files/en-us/web/http/basics_of_http/mime_types/common_types/index.md @@ -1,18 +1,6 @@ --- title: Common MIME types slug: Web/HTTP/Basics_of_HTTP/MIME_types/Common_types -tags: - - Audio - - File Types - - Files - - HTTP - - MIME - - MIME Types - - PHP - - Reference - - Text - - Types - - Video --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/basics_of_http/mime_types/index.md b/files/en-us/web/http/basics_of_http/mime_types/index.md index 2e3511dd2d537ea..e5f4b13f05f2b1e 100644 --- a/files/en-us/web/http/basics_of_http/mime_types/index.md +++ b/files/en-us/web/http/basics_of_http/mime_types/index.md @@ -1,17 +1,6 @@ --- title: MIME types (IANA media types) slug: Web/HTTP/Basics_of_HTTP/MIME_types -tags: - - Content-Type - - Guide - - HTTP - - MIME Types - - Meta - - Request header - - Response Header - - application/javascript - - application/json - - application/xml --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/basics_of_http/resource_urls/index.md b/files/en-us/web/http/basics_of_http/resource_urls/index.md index bf3e686e5410f36..1bbc8e7bca8ccc3 100644 --- a/files/en-us/web/http/basics_of_http/resource_urls/index.md +++ b/files/en-us/web/http/basics_of_http/resource_urls/index.md @@ -1,11 +1,6 @@ --- title: Resource URLs slug: Web/HTTP/Basics_of_HTTP/Resource_URLs -tags: - - Guide - - HTTP - - Intermediate - - Resource --- {{HTTPSidebar}}{{non-standard_header}} diff --git a/files/en-us/web/http/browser_detection_using_the_user_agent/index.md b/files/en-us/web/http/browser_detection_using_the_user_agent/index.md index d35f2dd74399c7d..a549b54ff975175 100644 --- a/files/en-us/web/http/browser_detection_using_the_user_agent/index.md +++ b/files/en-us/web/http/browser_detection_using_the_user_agent/index.md @@ -1,10 +1,6 @@ --- title: Browser detection using the user agent slug: Web/HTTP/Browser_detection_using_the_user_agent -tags: - - Compatibility - - HTTP - - Web Development --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/caching/index.md b/files/en-us/web/http/caching/index.md index 835b015bfd70b6b..3b078b3fbd32458 100644 --- a/files/en-us/web/http/caching/index.md +++ b/files/en-us/web/http/caching/index.md @@ -1,10 +1,6 @@ --- title: HTTP caching slug: Web/HTTP/Caching -tags: - - Caching - - Guide - - HTTP --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/client_hints/index.md b/files/en-us/web/http/client_hints/index.md index 00ce0fe20b8bef4..9565ec2f649dd97 100644 --- a/files/en-us/web/http/client_hints/index.md +++ b/files/en-us/web/http/client_hints/index.md @@ -1,11 +1,6 @@ --- title: HTTP Client hints slug: Web/HTTP/Client_hints -tags: - - Client hints - - Guide - - HTTP - - Performance --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/compression/index.md b/files/en-us/web/http/compression/index.md index 365c02ff1d18742..55d1653dccd334a 100644 --- a/files/en-us/web/http/compression/index.md +++ b/files/en-us/web/http/compression/index.md @@ -1,10 +1,6 @@ --- title: Compression in HTTP slug: Web/HTTP/Compression -tags: - - Guide - - HTTP - - compression --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/conditional_requests/index.md b/files/en-us/web/http/conditional_requests/index.md index 15911848e719a1c..a56755c15a1efcb 100644 --- a/files/en-us/web/http/conditional_requests/index.md +++ b/files/en-us/web/http/conditional_requests/index.md @@ -1,10 +1,6 @@ --- title: HTTP conditional requests slug: Web/HTTP/Conditional_requests -tags: - - Conditional Requests - - Guide - - HTTP --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/configuring_servers_for_ogg_media/index.md b/files/en-us/web/http/configuring_servers_for_ogg_media/index.md index fa564c8184cf44e..2d9f5a5358dbef9 100644 --- a/files/en-us/web/http/configuring_servers_for_ogg_media/index.md +++ b/files/en-us/web/http/configuring_servers_for_ogg_media/index.md @@ -1,12 +1,6 @@ --- title: Configuring servers for Ogg media slug: Web/HTTP/Configuring_servers_for_Ogg_media -tags: - - Audio - - HTTP - - Media - - Ogg - - Video --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/connection_management_in_http_1.x/index.md b/files/en-us/web/http/connection_management_in_http_1.x/index.md index 440cfd913683202..252257f6a2aa055 100644 --- a/files/en-us/web/http/connection_management_in_http_1.x/index.md +++ b/files/en-us/web/http/connection_management_in_http_1.x/index.md @@ -1,13 +1,6 @@ --- title: Connection management in HTTP/1.x slug: Web/HTTP/Connection_management_in_HTTP_1.x -tags: - - Connection Management - - Guide - - HTTP - - Networking - - Performance - - WebMechanics --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/content_negotiation/index.md b/files/en-us/web/http/content_negotiation/index.md index 66fa350d239ac75..ab7e9a69753e8b2 100644 --- a/files/en-us/web/http/content_negotiation/index.md +++ b/files/en-us/web/http/content_negotiation/index.md @@ -1,11 +1,6 @@ --- title: Content negotiation slug: Web/HTTP/Content_negotiation -tags: - - Content Negotiation - - Content Negotiation Reference - - HTTP - - Reference --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/content_negotiation/list_of_default_accept_values/index.md b/files/en-us/web/http/content_negotiation/list_of_default_accept_values/index.md index 85a1d94e67dd00c..225ccaf1927cef3 100644 --- a/files/en-us/web/http/content_negotiation/list_of_default_accept_values/index.md +++ b/files/en-us/web/http/content_negotiation/list_of_default_accept_values/index.md @@ -1,11 +1,6 @@ --- title: List of default Accept values slug: Web/HTTP/Content_negotiation/List_of_default_Accept_values -tags: - - Accept - - Content Negotiation - - HTTP - - Reference --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/cookies/index.md b/files/en-us/web/http/cookies/index.md index 08e22b08ebc6021..3ff8dd304f838d2 100644 --- a/files/en-us/web/http/cookies/index.md +++ b/files/en-us/web/http/cookies/index.md @@ -1,23 +1,6 @@ --- title: Using HTTP cookies slug: Web/HTTP/Cookies -tags: - - Advertising - - Browser - - Cookies - - Cookies Article - - Guide - - HTTP - - History - - JavaScript - - Privacy - - Protocols - - Server - - Storage - - Web Development - - data - - request - - tracking --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/cors/errors/corsalloworiginnotmatchingorigin/index.md b/files/en-us/web/http/cors/errors/corsalloworiginnotmatchingorigin/index.md index 77ea1bb81b32845..7d7e1009d22b70d 100644 --- a/files/en-us/web/http/cors/errors/corsalloworiginnotmatchingorigin/index.md +++ b/files/en-us/web/http/cors/errors/corsalloworiginnotmatchingorigin/index.md @@ -1,18 +1,6 @@ --- title: "Reason: CORS header 'Access-Control-Allow-Origin' does not match 'xyz'" slug: Web/HTTP/CORS/Errors/CORSAllowOriginNotMatchingOrigin -tags: - - CORS - - CORSAllowOriginNotMatchingOrigin - - Cross-Origin - - Error - - HTTP - - HTTPS - - Messages - - Reasons - - Security - - console - - troubleshooting --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/cors/errors/corsdidnotsucceed/index.md b/files/en-us/web/http/cors/errors/corsdidnotsucceed/index.md index 4bb29280dc989d9..5ab23426fb1a4c0 100644 --- a/files/en-us/web/http/cors/errors/corsdidnotsucceed/index.md +++ b/files/en-us/web/http/cors/errors/corsdidnotsucceed/index.md @@ -1,18 +1,6 @@ --- title: "Reason: CORS request did not succeed" slug: Web/HTTP/CORS/Errors/CORSDidNotSucceed -tags: - - CORS - - CORSDidNotSucceed - - Cross-Origin - - Error - - HTTP - - HTTPS - - Messages - - Reasons - - Security - - console - - troubleshooting --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/cors/errors/corsdisabled/index.md b/files/en-us/web/http/cors/errors/corsdisabled/index.md index c7272043d629829..d4750ae645ff490 100644 --- a/files/en-us/web/http/cors/errors/corsdisabled/index.md +++ b/files/en-us/web/http/cors/errors/corsdisabled/index.md @@ -1,24 +1,6 @@ --- title: "Reason: CORS disabled" slug: Web/HTTP/CORS/Errors/CORSDisabled -tags: - - Authentication - - Authentication Article - - CORS - - Cross-Origin - - Disabled - - Errors - - HTTP - - HTTPS - - Messages - - Resource - - Same Origin - - Same-origin - - Security - - Sharing - - Validation - - secure - - troubleshooting --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/cors/errors/corsexternalredirectnotallowed/index.md b/files/en-us/web/http/cors/errors/corsexternalredirectnotallowed/index.md index 4a764bfb53f9859..63cb88da6834138 100644 --- a/files/en-us/web/http/cors/errors/corsexternalredirectnotallowed/index.md +++ b/files/en-us/web/http/cors/errors/corsexternalredirectnotallowed/index.md @@ -1,18 +1,6 @@ --- title: "Reason: CORS request external redirect not allowed" slug: Web/HTTP/CORS/Errors/CORSExternalRedirectNotAllowed -tags: - - CORS - - CORSOriginHeaderNotAdded - - Cross-Origin - - Error - - HTTP - - HTTPS - - Messages - - Reasons - - Security - - console - - troubleshooting --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/cors/errors/corsinvalidallowheader/index.md b/files/en-us/web/http/cors/errors/corsinvalidallowheader/index.md index 43f0714880746b5..0bcffe48718ce89 100644 --- a/files/en-us/web/http/cors/errors/corsinvalidallowheader/index.md +++ b/files/en-us/web/http/cors/errors/corsinvalidallowheader/index.md @@ -1,18 +1,6 @@ --- title: "Reason: invalid token 'xyz' in CORS header 'Access-Control-Allow-Headers'" slug: Web/HTTP/CORS/Errors/CORSInvalidAllowHeader -tags: - - CORS - - CORSInvalidAllowHeader - - Cross-Origin - - Error - - HTTP - - HTTPS - - Messages - - Reasons - - Security - - console - - troubleshooting --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/cors/errors/corsinvalidallowmethod/index.md b/files/en-us/web/http/cors/errors/corsinvalidallowmethod/index.md index 1270d610a23d930..179c808c5f39fc2 100644 --- a/files/en-us/web/http/cors/errors/corsinvalidallowmethod/index.md +++ b/files/en-us/web/http/cors/errors/corsinvalidallowmethod/index.md @@ -1,18 +1,6 @@ --- title: "Reason: invalid token 'xyz' in CORS header 'Access-Control-Allow-Methods'" slug: Web/HTTP/CORS/Errors/CORSInvalidAllowMethod -tags: - - CORS - - CORSInvalidAllowMethod - - Cross-Origin - - Error - - HTTP - - HTTPS - - Messages - - Reasons - - Security - - console - - troubleshooting --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/cors/errors/corsmethodnotfound/index.md b/files/en-us/web/http/cors/errors/corsmethodnotfound/index.md index 825a8fa00db88ee..f468a7a30136483 100644 --- a/files/en-us/web/http/cors/errors/corsmethodnotfound/index.md +++ b/files/en-us/web/http/cors/errors/corsmethodnotfound/index.md @@ -1,18 +1,6 @@ --- title: "Reason: Did not find method in CORS header 'Access-Control-Allow-Methods'" slug: Web/HTTP/CORS/Errors/CORSMethodNotFound -tags: - - CORS - - CORSMethodNotFound - - Cross-Origin - - Error - - HTTP - - HTTPS - - Messages - - Reasons - - Security - - console - - troubleshooting --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/cors/errors/corsmissingallowcredentials/index.md b/files/en-us/web/http/cors/errors/corsmissingallowcredentials/index.md index b0ddb76a945b97c..942b4c413cf3381 100644 --- a/files/en-us/web/http/cors/errors/corsmissingallowcredentials/index.md +++ b/files/en-us/web/http/cors/errors/corsmissingallowcredentials/index.md @@ -1,18 +1,6 @@ --- title: "Reason: expected 'true' in CORS header 'Access-Control-Allow-Credentials'" slug: Web/HTTP/CORS/Errors/CORSMIssingAllowCredentials -tags: - - CORS - - CORSMissingAllowCredentials - - Cross-Origin - - Error - - HTTP - - HTTPS - - Messages - - Reasons - - Security - - console - - troubleshooting --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/cors/errors/corsmissingallowheaderfrompreflight/index.md b/files/en-us/web/http/cors/errors/corsmissingallowheaderfrompreflight/index.md index d95411507b88c6e..bf5c5d2dde6e4e9 100644 --- a/files/en-us/web/http/cors/errors/corsmissingallowheaderfrompreflight/index.md +++ b/files/en-us/web/http/cors/errors/corsmissingallowheaderfrompreflight/index.md @@ -3,18 +3,6 @@ title: >- Reason: missing token 'xyz' in CORS header 'Access-Control-Allow-Headers' from CORS preflight channel slug: Web/HTTP/CORS/Errors/CORSMissingAllowHeaderFromPreflight -tags: - - CORS - - CORSMissingAllowHeaderFromPreflight - - Cross-Origin - - Error - - HTTP - - HTTPS - - Messages - - Reasons - - Security - - console - - troubleshooting --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/cors/errors/corsmissingalloworigin/index.md b/files/en-us/web/http/cors/errors/corsmissingalloworigin/index.md index 35efff751767845..7c74f38ef7f199c 100644 --- a/files/en-us/web/http/cors/errors/corsmissingalloworigin/index.md +++ b/files/en-us/web/http/cors/errors/corsmissingalloworigin/index.md @@ -1,18 +1,6 @@ --- title: "Reason: CORS header 'Access-Control-Allow-Origin' missing" slug: Web/HTTP/CORS/Errors/CORSMissingAllowOrigin -tags: - - CORS - - CORSMissingAllowOrigin - - Cross-Origin - - Error - - HTTP - - HTTPS - - Messages - - Reasons - - Security - - console - - troubleshooting --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/cors/errors/corsmultiplealloworiginnotallowed/index.md b/files/en-us/web/http/cors/errors/corsmultiplealloworiginnotallowed/index.md index d5cd4d54b04e61f..49075d84b12bf57 100644 --- a/files/en-us/web/http/cors/errors/corsmultiplealloworiginnotallowed/index.md +++ b/files/en-us/web/http/cors/errors/corsmultiplealloworiginnotallowed/index.md @@ -1,18 +1,6 @@ --- title: "Reason: Multiple CORS header 'Access-Control-Allow-Origin' not allowed" slug: Web/HTTP/CORS/Errors/CORSMultipleAllowOriginNotAllowed -tags: - - CORS - - CORSMultipleAllowOriginNotAllowed - - Cross-Origin - - Error - - HTTP - - HTTPS - - Messages - - Reasons - - Security - - console - - troubleshooting --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/cors/errors/corsnotsupportingcredentials/index.md b/files/en-us/web/http/cors/errors/corsnotsupportingcredentials/index.md index 0a1a094c6be71be..5632ee494b24263 100644 --- a/files/en-us/web/http/cors/errors/corsnotsupportingcredentials/index.md +++ b/files/en-us/web/http/cors/errors/corsnotsupportingcredentials/index.md @@ -3,18 +3,6 @@ title: >- Reason: Credential is not supported if the CORS header 'Access-Control-Allow-Origin' is '*' slug: Web/HTTP/CORS/Errors/CORSNotSupportingCredentials -tags: - - CORS - - CORSNotSupportingCredentials - - Cross-Origin - - Error - - HTTP - - HTTPS - - Messages - - Reasons - - Security - - console - - troubleshooting --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/cors/errors/corsoriginheadernotadded/index.md b/files/en-us/web/http/cors/errors/corsoriginheadernotadded/index.md index 6133b15d5880b6b..0330a2a6f2264b1 100644 --- a/files/en-us/web/http/cors/errors/corsoriginheadernotadded/index.md +++ b/files/en-us/web/http/cors/errors/corsoriginheadernotadded/index.md @@ -1,18 +1,6 @@ --- title: "Reason: CORS header 'Origin' cannot be added" slug: Web/HTTP/CORS/Errors/CORSOriginHeaderNotAdded -tags: - - CORS - - CORSOriginHeaderNotAdded - - Cross-Origin - - Error - - HTTP - - HTTPS - - Messages - - Reasons - - Security - - console - - troubleshooting --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/cors/errors/corspreflightdidnotsucceed/index.md b/files/en-us/web/http/cors/errors/corspreflightdidnotsucceed/index.md index 6dea464d21cc0f0..4a76187dc72e016 100644 --- a/files/en-us/web/http/cors/errors/corspreflightdidnotsucceed/index.md +++ b/files/en-us/web/http/cors/errors/corspreflightdidnotsucceed/index.md @@ -1,18 +1,6 @@ --- title: "Reason: CORS preflight channel did not succeed" slug: Web/HTTP/CORS/Errors/CORSPreflightDidNotSucceed -tags: - - CORS - - CORSPreflightDidNotSucceed - - Cross-Origin - - Error - - HTTP - - HTTPS - - Messages - - Reasons - - Security - - console - - troubleshooting --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/cors/errors/corsrequestnothttp/index.md b/files/en-us/web/http/cors/errors/corsrequestnothttp/index.md index 4bcabbc28826c4a..2ac3d3c23e3b184 100644 --- a/files/en-us/web/http/cors/errors/corsrequestnothttp/index.md +++ b/files/en-us/web/http/cors/errors/corsrequestnothttp/index.md @@ -1,18 +1,6 @@ --- title: "Reason: CORS request not HTTP" slug: Web/HTTP/CORS/Errors/CORSRequestNotHttp -tags: - - CORS - - CORSRequestNotHttp - - Cross-Origin - - Error - - HTTP - - HTTPS - - Messages - - Reasons - - Security - - console - - troubleshooting --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/cors/errors/index.md b/files/en-us/web/http/cors/errors/index.md index ac34b5dd45c7e6f..5ffb0125161bd75 100644 --- a/files/en-us/web/http/cors/errors/index.md +++ b/files/en-us/web/http/cors/errors/index.md @@ -1,16 +1,6 @@ --- title: CORS errors slug: Web/HTTP/CORS/Errors -tags: - - CORS - - Errors - - HTTP - - HTTPS - - Messages - - Same-origin - - Security - - console - - troubleshooting --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/cors/index.md b/files/en-us/web/http/cors/index.md index 835f14457c3d198..5ab69ade22c5a56 100644 --- a/files/en-us/web/http/cors/index.md +++ b/files/en-us/web/http/cors/index.md @@ -1,18 +1,6 @@ --- title: Cross-Origin Resource Sharing (CORS) slug: Web/HTTP/CORS -tags: - - AJAX - - CORS - - Cross-Origin Resource Sharing - - Fetch - - Fetch API - - HTTP - - HTTP Access Controls - - Same-origin policy - - Security - - XMLHttpRequest - - "l10n:priority" browser-compat: http.headers.Access-Control-Allow-Origin --- diff --git a/files/en-us/web/http/cross-origin_resource_policy/index.md b/files/en-us/web/http/cross-origin_resource_policy/index.md index d6214eaee99b026..08f1fe273e6e3a2 100644 --- a/files/en-us/web/http/cross-origin_resource_policy/index.md +++ b/files/en-us/web/http/cross-origin_resource_policy/index.md @@ -1,10 +1,6 @@ --- title: Cross-Origin Resource Policy (CORP) slug: Web/HTTP/Cross-Origin_Resource_Policy -tags: - - HTTP - - Reference - - Security browser-compat: http.headers.Cross-Origin-Resource-Policy --- diff --git a/files/en-us/web/http/csp/errors/cspviolation/index.md b/files/en-us/web/http/csp/errors/cspviolation/index.md index f3442e75d2cbd43..0ec81a00188f5c8 100644 --- a/files/en-us/web/http/csp/errors/cspviolation/index.md +++ b/files/en-us/web/http/csp/errors/cspviolation/index.md @@ -3,18 +3,6 @@ title: >- Content Security Policy: The page's settings blocked the loading of a resource: xyz slug: Web/HTTP/CSP/Errors/CSPViolation -tags: - - CSP - - CSPViolation - - Content Security Policy - - HTTP - - HTTPS - - NeedsContent - - Reference - - Security - - Warning - - Web security - - message --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/csp/errors/index.md b/files/en-us/web/http/csp/errors/index.md index 16682d2d98ff2eb..4c757ec37fc425e 100644 --- a/files/en-us/web/http/csp/errors/index.md +++ b/files/en-us/web/http/csp/errors/index.md @@ -1,15 +1,6 @@ --- title: CSP errors and warnings (Content Security Policy) slug: Web/HTTP/CSP/Errors -tags: - - CSP - - Errors - - HTTP - - Landing - - Messages - - Warnings - - console - - log --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/csp/index.md b/files/en-us/web/http/csp/index.md index 48b8d9137f4aa48..ea87397de851720 100644 --- a/files/en-us/web/http/csp/index.md +++ b/files/en-us/web/http/csp/index.md @@ -1,13 +1,6 @@ --- title: Content Security Policy (CSP) slug: Web/HTTP/CSP -tags: - - CSP - - Content Security Policy - - Example - - Guide - - Security - - access browser-compat: http.headers.Content-Security-Policy --- diff --git a/files/en-us/web/http/index.md b/files/en-us/web/http/index.md index d2797d3af5c1d47..62b90da99722b78 100644 --- a/files/en-us/web/http/index.md +++ b/files/en-us/web/http/index.md @@ -1,14 +1,6 @@ --- title: HTTP slug: Web/HTTP -tags: - - HTTP - - Hypertext - - Reference - - TCP/IP - - Web - - Web Development - - "l10n:priority" --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/link_prefetching_faq/index.md b/files/en-us/web/http/link_prefetching_faq/index.md index 1bb2803ef2ed657..fd7dc51ad0de1ff 100644 --- a/files/en-us/web/http/link_prefetching_faq/index.md +++ b/files/en-us/web/http/link_prefetching_faq/index.md @@ -1,14 +1,6 @@ --- title: Link prefetching FAQ slug: Web/HTTP/Link_prefetching_FAQ -tags: - - HTML - - HTTP - - Link - - Necko - - Performance - - Prefetch - - Web Development --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/messages/index.md b/files/en-us/web/http/messages/index.md index 204240d29785bca..e33b76baef58861 100644 --- a/files/en-us/web/http/messages/index.md +++ b/files/en-us/web/http/messages/index.md @@ -1,10 +1,6 @@ --- title: HTTP Messages slug: Web/HTTP/Messages -tags: - - Guide - - HTTP - - WebMechanics --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/methods/connect/index.md b/files/en-us/web/http/methods/connect/index.md index cb3bef1a54377ea..b351c19432c1b60 100644 --- a/files/en-us/web/http/methods/connect/index.md +++ b/files/en-us/web/http/methods/connect/index.md @@ -1,10 +1,6 @@ --- title: CONNECT slug: Web/HTTP/Methods/CONNECT -tags: - - HTTP - - Reference - - Request method browser-compat: http.methods.CONNECT --- diff --git a/files/en-us/web/http/methods/get/index.md b/files/en-us/web/http/methods/get/index.md index c31ff167e9ee6b8..c961dc1e119e6e5 100644 --- a/files/en-us/web/http/methods/get/index.md +++ b/files/en-us/web/http/methods/get/index.md @@ -1,10 +1,6 @@ --- title: GET slug: Web/HTTP/Methods/GET -tags: - - HTTP - - Reference - - Request method browser-compat: http.methods.GET --- diff --git a/files/en-us/web/http/methods/head/index.md b/files/en-us/web/http/methods/head/index.md index b62a10d6ba4bb21..293dd3654fd36fb 100644 --- a/files/en-us/web/http/methods/head/index.md +++ b/files/en-us/web/http/methods/head/index.md @@ -1,10 +1,6 @@ --- title: HEAD slug: Web/HTTP/Methods/HEAD -tags: - - HTTP - - Reference - - Request method browser-compat: http.methods.HEAD --- diff --git a/files/en-us/web/http/methods/index.md b/files/en-us/web/http/methods/index.md index 413797360c91557..9a40bf581d078fc 100644 --- a/files/en-us/web/http/methods/index.md +++ b/files/en-us/web/http/methods/index.md @@ -1,10 +1,6 @@ --- title: HTTP request methods slug: Web/HTTP/Methods -tags: - - HTTP - - Methods - - Reference browser-compat: http.methods --- diff --git a/files/en-us/web/http/methods/options/index.md b/files/en-us/web/http/methods/options/index.md index d82a6d74a82604f..8ee198f86e6779e 100644 --- a/files/en-us/web/http/methods/options/index.md +++ b/files/en-us/web/http/methods/options/index.md @@ -1,10 +1,6 @@ --- title: OPTIONS slug: Web/HTTP/Methods/OPTIONS -tags: - - HTTP - - Reference - - Request method browser-compat: http.methods.OPTIONS --- diff --git a/files/en-us/web/http/methods/patch/index.md b/files/en-us/web/http/methods/patch/index.md index e7128406124db6a..a3ec5951ed5d6a8 100644 --- a/files/en-us/web/http/methods/patch/index.md +++ b/files/en-us/web/http/methods/patch/index.md @@ -1,10 +1,6 @@ --- title: PATCH slug: Web/HTTP/Methods/PATCH -tags: - - HTTP - - Reference - - Request method spec-urls: https://www.rfc-editor.org/rfc/rfc5789 --- diff --git a/files/en-us/web/http/methods/post/index.md b/files/en-us/web/http/methods/post/index.md index 635c5d64a766ffb..f069de1253a4791 100644 --- a/files/en-us/web/http/methods/post/index.md +++ b/files/en-us/web/http/methods/post/index.md @@ -1,10 +1,6 @@ --- title: POST slug: Web/HTTP/Methods/POST -tags: - - HTTP - - Reference - - Request method browser-compat: http.methods.POST --- diff --git a/files/en-us/web/http/methods/put/index.md b/files/en-us/web/http/methods/put/index.md index d9e632f7ff34dc2..4623812b3e2e585 100644 --- a/files/en-us/web/http/methods/put/index.md +++ b/files/en-us/web/http/methods/put/index.md @@ -1,10 +1,6 @@ --- title: PUT slug: Web/HTTP/Methods/PUT -tags: - - HTTP - - Reference - - Request method browser-compat: http.methods.PUT --- diff --git a/files/en-us/web/http/methods/trace/index.md b/files/en-us/web/http/methods/trace/index.md index f3c4e18f5904a25..7f1a85432485bc4 100644 --- a/files/en-us/web/http/methods/trace/index.md +++ b/files/en-us/web/http/methods/trace/index.md @@ -1,10 +1,6 @@ --- title: TRACE slug: Web/HTTP/Methods/TRACE -tags: - - HTTP - - Reference - - Request method browser-compat: http.methods.TRACE --- diff --git a/files/en-us/web/http/network_error_logging/index.md b/files/en-us/web/http/network_error_logging/index.md index 9f050a1960fb8eb..496f2aeb698ec76 100644 --- a/files/en-us/web/http/network_error_logging/index.md +++ b/files/en-us/web/http/network_error_logging/index.md @@ -1,12 +1,8 @@ --- title: Network Error Logging slug: Web/HTTP/Network_Error_Logging -tags: - - Guide - - HTTP - - Network Error Logging - - Reference - - Experimental +status: + - experimental browser-compat: http.headers.NEL --- diff --git a/files/en-us/web/http/overview/index.md b/files/en-us/web/http/overview/index.md index d6bf3b3c4ba7da7..75ccde2ec24075d 100644 --- a/files/en-us/web/http/overview/index.md +++ b/files/en-us/web/http/overview/index.md @@ -1,12 +1,6 @@ --- title: An overview of HTTP slug: Web/HTTP/Overview -tags: - - HTML - - HTTP - - Overview - - WebMechanics - - "l10n:priority" --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/permissions_policy/index.md b/files/en-us/web/http/permissions_policy/index.md index 3eba7b71632a8ff..818261da986b5bf 100644 --- a/files/en-us/web/http/permissions_policy/index.md +++ b/files/en-us/web/http/permissions_policy/index.md @@ -1,18 +1,6 @@ --- title: Permissions Policy slug: Web/HTTP/Permissions_Policy -tags: - - Permissions Policy - - Permissions-Policy - - HTTP - - Introduction - - Overview - - Reference - - Security - - access - - delegation - - header - - permission browser-compat: http.headers.Permissions-Policy --- diff --git a/files/en-us/web/http/protocol_upgrade_mechanism/index.md b/files/en-us/web/http/protocol_upgrade_mechanism/index.md index 51e1760794cc940..ed040433bbc92b8 100644 --- a/files/en-us/web/http/protocol_upgrade_mechanism/index.md +++ b/files/en-us/web/http/protocol_upgrade_mechanism/index.md @@ -1,15 +1,6 @@ --- title: Protocol upgrade mechanism slug: Web/HTTP/Protocol_upgrade_mechanism -tags: - - Guide - - HTTP - - HTTP/2 - - Networking - - Protocols - - Upgrade - - WebSocket - - WebSockets --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/proxy_servers_and_tunneling/index.md b/files/en-us/web/http/proxy_servers_and_tunneling/index.md index 5f2d7f4e6b8e2b6..a04c43951e79884 100644 --- a/files/en-us/web/http/proxy_servers_and_tunneling/index.md +++ b/files/en-us/web/http/proxy_servers_and_tunneling/index.md @@ -1,11 +1,6 @@ --- title: Proxy servers and tunneling slug: Web/HTTP/Proxy_servers_and_tunneling -tags: - - HTTP - - HTTP Tunneling - - Proxies - - Proxy --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/proxy_servers_and_tunneling/proxy_auto-configuration_pac_file/index.md b/files/en-us/web/http/proxy_servers_and_tunneling/proxy_auto-configuration_pac_file/index.md index 0740c773efffaf6..b5d5a673b24571a 100644 --- a/files/en-us/web/http/proxy_servers_and_tunneling/proxy_auto-configuration_pac_file/index.md +++ b/files/en-us/web/http/proxy_servers_and_tunneling/proxy_auto-configuration_pac_file/index.md @@ -1,11 +1,6 @@ --- title: Proxy Auto-Configuration (PAC) file slug: Web/HTTP/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_PAC_file -tags: - - Necko - - Networking - - PAC - - Proxy --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/redirections/index.md b/files/en-us/web/http/redirections/index.md index 582cd14d0b27d2d..96bcbced24153a0 100644 --- a/files/en-us/web/http/redirections/index.md +++ b/files/en-us/web/http/redirections/index.md @@ -1,10 +1,6 @@ --- title: Redirections in HTTP slug: Web/HTTP/Redirections -tags: - - Guide - - HTTP - - redirects --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/resources_and_specifications/index.md b/files/en-us/web/http/resources_and_specifications/index.md index abbb7ccc34b1532..a628b1eef128fc2 100644 --- a/files/en-us/web/http/resources_and_specifications/index.md +++ b/files/en-us/web/http/resources_and_specifications/index.md @@ -1,9 +1,6 @@ --- title: HTTP resources and specifications slug: Web/HTTP/Resources_and_specifications -tags: - - Guide - - HTTP --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/resources_and_uris/index.md b/files/en-us/web/http/resources_and_uris/index.md index fa05abd70dccfb2..0e123682307effd 100644 --- a/files/en-us/web/http/resources_and_uris/index.md +++ b/files/en-us/web/http/resources_and_uris/index.md @@ -1,16 +1,6 @@ --- title: Resources and URIs slug: Web/HTTP/Resources_and_URIs -tags: - - HTTP - - MIME - - MIME Type - - Overview - - Type - - URI - - URIs - - URL - - resources --- {{HTTPSidebar}} diff --git a/files/en-us/web/http/session/index.md b/files/en-us/web/http/session/index.md index 525741bda9454f1..d546ec5cbafa7f2 100644 --- a/files/en-us/web/http/session/index.md +++ b/files/en-us/web/http/session/index.md @@ -1,8 +1,6 @@ --- title: A typical HTTP session slug: Web/HTTP/Session -tags: - - HTTP --- {{HTTPSidebar}}