HTTP
Hyper Text Transfer Protocol
Clients
Computer Side. The people seeing it on the web.
Servers
Computers in the cloud. Data centers.
How does HTTP Request and Response work?
How does the HTTP request circle work? (Load Order)
XHR is…
XMLHttpRequest Object (XHR)
XHR is a JavaScript object that is used to transfer data between a web browser and a web server.
XHR is often used to request and recieve data for the purpose of modifying a web page.
XHR Object can…
Update a web page without reloading the page
Request data from a server - after the page has loaded
Receive data from a server - after the page has loaded
Send data to a server - in the background
XHR Object is the underlying concept of what?
AJAX and JSON