I’ve tried to post to a ServiceNow endpoint from Exalate with httpClient but nothing happened and I can’t see any call in the system logs of ServiceNow.
So my question is, does httpClient.post() work in this case?
Answer by Francis Martens (Exalate) on 13 September 2020
Can you check in the logging?
The logging is accessible by downloading the exalate support zip. The logfile is accessible there
Comments:
Gabor Tavali commented on 14 September 2020
Hey Francis!
In the log there is nothing about that call. Can I do anything to get more logs?
Juan Grases commented on 15 September 2020
Hi Gabor,
http.post should work on exalate for servicenow yes. When you try this from Postman, were you using the same authentication user as the proxy user you have set up for exalate?
Also, are you hosting exalate for servicenow yourself ? If so, which version of snownode e are you running?
Gabor Tavali commented on 16 September 2020
Hi Juan,
Yes, we use the Exalate proxy user and its password as a basic auth in Postman.