Anatomy of a Request, Codecademy, How to use APIs with JavaScript VIDEO
In this lesson we look over the anatomy of making a request. There are 3 things that make up an http request. A request line, a header, and a body. A request lines tells the server what type of request is being made(POST, GET, etc). A header which sends additional information to the server such as who is making the request. The body can be empty but it can contain data is one is POSTing or PUTing information.
Other Videos By We Will Code 2017-08-29 Authentication & API Keys, Codecademy, How to use APIs with JavaScript 2017-08-25 Requests, Codecademy, How to use APIs with JavaScript 2017-08-25 REST Constraints & Requirements, Codecademy, How to use APIs 2017-08-24 XML or JSON, Codecademy, How to use APIs with JavaScript 2017-08-22 Parsing JSON 2017-08-19 Parsing XML, Codecademy, How to use APIs with JavaScript 2017-08-17 Anatomy of a Response, Codecademy, How to use APIs with JavaScript 2017-08-16 HTTP Status Codes, How to use APIs with Javascript, Codecademy 2017-08-15 Authentication & API Keys, Codecademy, How to use APIs with Javascript 2017-08-14 Endpoints, How to use APIs with JavaScript, Codecademy 2017-08-12 Anatomy of a Request, Codecademy, How to use APIs with JavaScript 2017-08-11 The Four Verbs, 'GET, POST, PUT, DELETE,' Codecademy, How to use APIs with JavaScript, 2017-08-10 Making a Request, Codecademy,How to use APIs with Javascript 2017-08-09 A RESTful API 2017-08-08 No REST for the Wicked, Codecademy, How to use APIS 2017-08-08 The Client Server Relationship, Codecademy, How to use APIs 2017-08-07 You've Already Been Introduced, Codecademy, How To Use APIs with JavaScript 2017-08-02 Get Geolocation Data, freeCodeCamp, JSON APIs and Ajax 2017-08-01 Prefilter JSON, freeCodeCamp, JSON APIs and Ajax 2017-07-31 Render Images from Data Sources, freeCodeCamp, JSON API's and AJAX 2017-07-30 Convert JSON Data to HTML, freeCodeCamp, JSON API's and AJAX
Tags: javascript apis
http requests
https requests
making http request
REST api
RESTFUL APIS