umamaheswaranp
New Member
- Joined
- Apr 28, 2016
- Messages
- 2
Hi, I am struck with these two requirements and i couldn't file a solution. I need help please.
* Through VBA, i need to trigger this URL ("https://myserver/connect/login?api_key=xxx").
A successful login on the same redirect URL, i get two parameters; status=success & request_token=yyyy
1. How to capture redirect URL and how to store status and request_token details in a cell.
* After obtaining the success message and request_token from the login flow, i should POST it to this URL(“https://myserver/session”) with these request parameters; request_token=abc, name=xyz, email=xy@xy.com. In response i get the output as JSON.
2. How to send multiple parameters and receive response.
Thanks
* Through VBA, i need to trigger this URL ("https://myserver/connect/login?api_key=xxx").
A successful login on the same redirect URL, i get two parameters; status=success & request_token=yyyy
1. How to capture redirect URL and how to store status and request_token details in a cell.
* After obtaining the success message and request_token from the login flow, i should POST it to this URL(“https://myserver/session”) with these request parameters; request_token=abc, name=xyz, email=xy@xy.com. In response i get the output as JSON.
2. How to send multiple parameters and receive response.
Thanks