Votes
Answers
Views
Question
3
1
430
I have to test a REST API with JSON content. This API requires that the client login first and get a session id. I tried doing this with web_custom_request...but to no avail. This is the sample web_custom_request: web_custom_request("RestAPI", "URL=https://{severname}/rest/blablabla"...