Rest services: Unknown host exception

1
Hi, Am trying to connect with one rest service and Mendix is throwing unknown host exception. Same webservice is working from Postman tool.  Postman and Modeller are on my local system. I checked with networking team and they told they are not blocking the URL. So what could be the issue?
asked
2 answers
3

Did you used the correct username and password? what does Swagger UI tells you? Can you test it there?

answered
2

Do you need certificates for this service? Postman is ignoring the need of certificates very well and everything works in postman. Mendix is a little bit more strict from time to time :-)

answered