OcttKB/Wiki-OcttKB/tiddlers/Normal/_HTTP.tid

24 lines
891 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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>`