Follow us

API testing with VS code and Microsoft Edge browser

 

Start testing your APIs with VS code(using rest client extension) and Microsoft edge browser network console dev tool.

 

Test you APIs using VS code(using rest client extension):

Steps:

  • Install "http client" extension
  • Create ".http" page
  • Provide url, respective (request-body or query-string) and header and click on send request

 

Test you APIs using Microsoft Edge browser network console dev tool:

 

Open Microsoft edge browser and let you, you make any api request to browser, now you can edit the request and send again using edge browser.

 

Open the dev tool (F12) and then go to setting and enable "network console".

 

 

 

Now reload the browser and then whenever ever you have request in network tab then just right click and edit and send request.

 

 

 

 

 

 

Categories/Tags: Rest Client Extension~api test~edge browser

Recent Articles

1

AWS Saving Plan - Cost optimization tips

2
3

AWS RDS Key Concepts & Why you should use it?

4
5

Open-Search/Kibana - Multi Tenancy Setup

See All Articles