Hey there, I’m new to http webhooks so I might be doing something wrong.
First of all, I have a service which can be accessed via link (rest api) like that:
https://example.com/rest/user_id/private_token/timeman.status/
When I simply go to this URL in my browser I get an answer: {“result”:{“STATUS”:“CLOSED” etc etc - command runs successfully.
But when I try to “make http request” in flow XO with these settings:
request URL: https://example.com/rest/user_id/private_token/timeman.status/
method: GET
content type: None
There is an error in interaction log:
“unable to verify the first certificate”.
I would be grateful if someone could answer to these questions:
- Hitting URL with a browser is equal as sending http GET, am I right?
- If so, what am I doing wrong? I thought something was wrong with authentification, but even in incognito mode this URL works in my Chrome browser - private token in URL adress allows me to access rest api commands even without authentification.