Hi All,
I am trying to create a rest call through HTTP Request activity with post method. I have given all the required details like simple authentication (username and password), headers and the URL with post method. But in response I am getting “Unauthorized”. Same Rest call I am using through Mozilla Firefox’s Rest client and its working perfectly fine there.
Please help if anyone knows the solution. Even I am not finding any example for the same, there is example for Get request but not for Post request.