Skip to content

Latest commit

 

History

History
86 lines (64 loc) · 2.31 KB

http.md

File metadata and controls

86 lines (64 loc) · 2.31 KB

HTTP

telnet
o barcampcanterbury.com 80
GET / HTTP/1.1
Host: barcampcanterbury.com
telnet
o developer.mozilla.org 80
GET / HTTP/1.1
Host: developer.mozilla.org

Dict

https://shkspr.mobi/blog/2024/09/http-ftp-and-dict/ curl dict://dict.org/d:Internet:jargon You can even use it for simple translation tasks. For example, to translate English to Japanese: curl dict://dict.org/d:Internet:fd-eng-jpn telnet dict.org dict Type the command HELP https://dikt.tv/servers

tracert calaldees.uk

https://tools.keycdn.com/geo?host=195.16.163.249

curl -H "User-Agent: keycdn-tools:https://calaldees.uk" https://tools.keycdn.com/geo.json?host=195.16.163.249

https://mobisoftinfotech.com/tools/plot-multiple-points-on-map/

Headers Make a request https://frenxi.com/http-headers-you-dont-expect/ [etag] If-Modified-Since

DNS https://ns1.com/resources/dns-protocol https://en.wikipedia.org/wiki/Domain_Name_System

Build a http webserver yourself from scratch (see TeachProgramming repo)

Charles Proxy