Hi guys,
I have a bit of a weird problem here.
Scenario:
I need to make Calls to an external REST API from inside Dynamics 365 online. Wrote a test console app and I am able to make all the necessary calls to the external REST API.
The moment I make that a Plugin and register on D365, nothing works.
I get the below error:
“A Web exception occurred while attempting to issue the request. Unable to connect to the remote server”
I contacted the third party and they confirmed that the port they are using is port 443.
Any ideas?