Linked Questions

48 votes
2 answers
180k views

How can I send a POST request with a web browser?
matt jack's user avatar
  • 831
22 votes
3 answers
109k views

What is the simplest way of sending an HTTP POST to a localhost address/port under Windows? E.g. do any browser plugins exist to do this or could a command be sent in the Chrome Developer Tools / ...
Steve Chambers's user avatar
269 votes
14 answers
561k views

Here's what I have going: import 'whatwg-fetch'; function fetchVehicle(id) { return dispatch => { return dispatch({ type: 'FETCH_VEHICLE', payload: fetch(`http:...
Vlady Veselinov's user avatar
22 votes
11 answers
97k views

We have developed a RESTful web service which expects an XML string to arrive as "parameter". For QA to test the web service, I am looking for a simple way to POST an XML string to a URL, then display ...
Priyank's user avatar
  • 14.4k
16 votes
2 answers
89k views

I want to test some url's on a small custom server i am working on. i have used Wfetch on windows and its awesome My requirements for these tests are: - should be able to run on linux(ubuntu) - ...
neeraj's user avatar
  • 473
10 votes
3 answers
18k views

I simply want to save cookies containing security tokens, but they are not persisted in the browser. Here is my AuthController method for saving the cookie (simplified): [AllowAnonymous] [HttpPost(&...
toffik325's user avatar
  • 339
3 votes
5 answers
16k views

I am testing a PHP page which gets some data which was POSTed to it. I want to test it and, although I could make a quick PHP page which could send the data I input, I would have thought it would be a ...
samiles's user avatar
  • 3,932
1 vote
2 answers
27k views

i want to test a small php script i wrote, which accepts POST requests.. but is there a way to test it without writing a html form. Im trying to do this using simple rest client chrome extension. But ...
syllogismos's user avatar
2 votes
2 answers
3k views

I'm really struggling with making a basic post request in a url to support a tutorial on web api. I want to do something like this in browser: http://localhost:59445/api/group/post/?newvalue=test and ...
oooo ooo's user avatar
  • 314
9 votes
1 answer
3k views

I want send POST HTTP request via CustomTab or Chrome then show page finally. I many research but no way for it. is there a way? can send POST request via Volley then show response in browser finally?
ImanX's user avatar
  • 816
2 votes
3 answers
3k views

I guess my question is relatively simple and naive, but I'm new to use REST APIs so I would be grateful for any help or hint. I'm trying to send a request with urllib (or another Python's library ...
Super Mario's user avatar
0 votes
3 answers
9k views

Hej, I am unable to post data to the action method through querystring to the action method which is located in the controller class below is my code. I type a url "http://localhost:53459/api/esb/...
adl's user avatar
  • 11
1 vote
2 answers
1k views

I have the following code: [Run] Filename: https://example.com/; Flags: shellexec; I would like to open this link in a browser while sending an HTTP POST request. If possible I would like to send ...
yuval's user avatar
  • 3,118
0 votes
1 answer
6k views

Is there a way to fake POST requests in Chrome? So far the best Ive seen is the extension called Postman which I think is BRILLIANT except for 1 detail that is critical. It doesnt download the other ...
Enrique Moreno Tent's user avatar
0 votes
1 answer
4k views

I'm developing a simple REST service using Spring. I've a entity and a controller to that. My problem is that I can't use Post function from browser, it's just works from terminal. The Get function ...
Augusto's user avatar
  • 4,283

15 30 50 per page