I am running a development instance of Portal which does not require SSL. I have an app that uses the 4.10 API and all requests sent to the portal use http.
For example, when calling load() on my Portal object, I see a request to: http://my_portal.my_domain.com/portal/sharing/rest/portals/self?f=json&culture=en-ca
When I upgrade to the 4.11 or 4.12 API, requests to my development Portal have the protocol upgraded to https.
eg: https://my_portal.my_domain.com/portal/sharing/rest/portals/self?f=json&culture=en-ca
Is there a way to prevent the 4.11+ API from upgrading the protocol on requests to a Portal?