HTTP and Dynamic Webpage using JavaScript | Resource to get free APIs for practice

  1. What are 4 types of HTTP requests ?
  2. What are the steps you need to follow to make a dynamic webpage if you are given a API endpoint link?

APIs to Practice

post,put,patch,delete

1 Like

get post put delete
other http request
header option

1 Like

1.GET, POST, PUT, DELETE
2.i)Event to take place
ii)Http Request has to be created
iii)Send request to the server
iv)Server needs to process
v)Response has been sent back to webpage
vi)Response needs to be saved or manipulated

1 Like