Posting form values to a rest endpoint
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2015
05:12 AM
09-16-2015
05:12 AM
Posting form values to a rest endpoint
I'm trying to POST to a REST endpoint, utilising a username and password (in order to be returned a token, for an OAuth2 Resource Owner flow).
When I add the various form values required as parameters, I'm not seeing them in the body of the request sent.
4 REPLIES 4
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2015
05:41 AM
09-16-2015
05:41 AM
Could an admin please place this under OpenSource? I appear to have posted in the incorrect area.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2015
07:04 AM
10-01-2015
07:04 AM
can get the GET and response working in Postman, but for some reason can't do this in SoapUI. Which is a shame, as we'd like to use SoapUI (due to the scripting support)
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2015
07:21 PM
10-01-2015
07:21 PM
You say get method works in Postman, then your screen shows you are trying with post method, why so?
Regards,
Rao.
Regards,
Rao.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2015
01:16 AM
10-02-2015
01:16 AM
I was trying to POST in both, just a mistake typing in the forum (not the tool).
The actual issue was in the configuration of the endpoint.
