Http_1 Flashcards
Uniform Resource Locator URL
Address of resource on the internet
URL Scheme
http - how to access a resource (other https, ftp, mailto)
Host
staples.com what is hosting the resource (could use IP address)
Url Path
Specific resource
Http default port
80
Network Port definition
An endpoint of communication in an operating system; specific services listen to prots
Network socket definition
An internal endpoint for sending or receiving data at a single node in a computer network
Url fragment
Information followed by a # used on client side to navigate to a specific section of a resources (Angular route)
Mime standards
Content type - label the content of an internet request – how a client interprets the http response
Http/1.1
Defines the language used to communicate html requests and responses
Http request
What the client sends
Http response
Response from server
Http transactions
1 request and response
URL Canonicalization
Convert all requests to same scheme ie all requests go to www.
Http Methods
Get; Post (Put, Delete, Head, Paste)
Safe Http method
Get – refresh as many times as you want
Postback
Data on the page is posted from the client to the server (posted to the same page the user is viewing
Callback
Special type of postback - a quick roundtrip to the server to get a small amount of data - calling the server and receiving some data back