mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-04-26 21:18:40 +02:00
24 lines
891 B
Plaintext
24 lines
891 B
Plaintext
created: 20230205142456532
|
||
creator: Octt
|
||
modified: 20240212191508525
|
||
modifier: Octt
|
||
page-cover: https://source.unsplash.com/random?http
|
||
tags: Protocol Web
|
||
title: HTTP
|
||
|
||
<<^WikipediaFrame HTTP en>>
|
||
|
||
!! ''Resources''
|
||
|
||
* 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/]]
|
||
** [[HTTP Status Codes Decision Diagram – Infographic|https://www.loggly.com/blog/http-status-code-diagram/]]
|
||
* <<httpsL httpbin.org>> --- //A simple HTTP Request & Response Service//, responding with multiple things, good for testing --- <<[# Git "https://github.com/postmanlabs/httpbin">>
|
||
|
||
!!! ''Features''
|
||
|
||
* ''<<WikipediaLink "Basic access authentication">>''
|
||
** `Authorization: Basic <Credentials>`
|
||
*** Credentials: [[Base64]]-encoded string: `<User>:<Password>`
|