how to send POST HTTP request from Google Chrome without any extensions?

I think, using the URL bar will always result in a GET.

To send POST requests from a browser, set up an HTML with method="POST" , use the action attribute for the REST-URL and input tags for other parameters.

answered May 11, 2016 at 8:42 21 3 3 bronze badges

You can do the post and get in the same way as the browser does. You can use the header to put in information in key, value pair. Here is a tutorial on how you can do it - Send POST data using XMLHttpRequest

But it would be better if you use chrome extension POSTMAN which is very extensive and clean for testing REST services.

1 1 1 silver badge answered Sep 6, 2016 at 10:56 Dev Utkarsh Dev Utkarsh 1,466 2 2 gold badges 20 20 silver badges 44 44 bronze badges

Linked

Related

Hot Network Questions

Subscribe to RSS

Question feed

To subscribe to this RSS feed, copy and paste this URL into your RSS reader.

Site design / logo © 2024 Stack Exchange Inc; user contributions licensed under CC BY-SA . rev 2024.9.9.14969