2
Get value from url encodede response
Source: Kong/insomnia#5484 · opened by @3DRaven
Hi! Can I get value from url encoded response as parameter in json of next request? As example:
Twitter authentication OAuth 1.0a method
First request->status code = 200 OK and response body = "oauth_token=XXXXX&oauth_token_secret=XXXXX&user_id=XXXXXXX&screen_name=XXXXXX"
Second request-> need create body for another service, body=
{
"access_token"="here oauth_token=XXXXX from Twitter response"
}
How can I do it?
Twitter authentication OAuth 1.0a method
First request->status code = 200 OK and response body = "oauth_token=XXXXX&oauth_token_secret=XXXXX&user_id=XXXXXXX&screen_name=XXXXXX"
Second request-> need create body for another service, body=
{
"access_token"="here oauth_token=XXXXX from Twitter response"
}
How can I do it?
No pledges yet. Be the first to back this.
Comments
Similar requests
Support external browser to open OAuth callback
3 votes · 0 comments
A way to capture and process Async responses?
1 vote · 0 comments
Can't set cookie url to environmental variable
1 vote · 0 comments
OpenID Connect Auth: Auto-populate values with well-known endpoint
4 votes · 0 comments
Don't clear Preview when Response Filter is invalid/non-existent
1 vote · 0 comments
No comments yet.