OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
2023-04-17 20:50:10 +00:00
parent 77bd42a7a2
commit dee5c35156
9 changed files with 44 additions and 20 deletions

View File

@ -1,6 +1,6 @@
created: 20230205142456532
creator: Octt
modified: 20230223220033445
modified: 20230417203556283
modifier: Octt
tags: Protocol Web
title: HTTP
@ -12,3 +12,9 @@ title: HTTP
* HTTP on... [[MDN|https://developer.mozilla.org/en-US/docs/Web/HTTP]]
* HTTP response status codes: [[Wikipedia|https://en.wikipedia.org/wiki/List_of_HTTP_status_codes]]
** [[HTTP Cats|https://http.cat/]]
!!! ''Features''
* ''<<WikipediaLink "Basic access authentication">>''
** `Authorization: Basic <Credentials>`
*** Credentials: [[Base64]]-encoded string: `<User>:<Password>`