We created some custom C# controllers that call a service that has both HTTP and HTTPS. The other webservice is hosted on another server and access another DB for us so we can use the data in a custom Umbraco Backend Control.
We then made a controller in Angular for the Umbraco Backend that pulls data to call the custom C# controller calls (we compile them in Umbraco, so there is a DLL), that call our HTTPS service.
When we call the HTTPS service we don’t get a response in the Umbraco Backend, but when we call the HTTP service we do.
Our Umbraco website is on Port :80.
Is this an issue with Umbraco and the way the BackEnd service calls an HTTPS service? Is this a configuration of our network?
Is there a setting on IIS or in Umbraco we need to set in order to get a response from HTTPS services?
Thanks in advance. We are really on a push to find this out. We have been trying to figure it out for about 3 days now.
We used a Chrome extension, Advanced REST console and was able to hit the HTTPS service and get a response from the same server our Umbraco website is on, but when we try to hit the HTTPS service from Umbraco, we do not get a response.
(Note, updated wording to include the type of Controller we are using)
This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/72011-custom-controller-calling-secure-https-service-not-bringing-back-data