How to call api via ajax and fetch Javascript
Hi all,
To day i'll help you how to send a request api via ajax & fetch
Introduction:
- Method: GET, POST, PUT, DELETE
- Body: form-data, raw(json), x-www-form-urlencoded
- Call api using postman
- Call api using ajax & fetch
- What is request method OPTION? Why browser call request OPTION and postman or curl are not call!
Content:
Comments
Post a Comment