How make call to api if my backend listen http instead https

Hi,

I get error

net::ERR_SSL_PROTOCOL_ERROR

when executing the call API from dev portal.

It is because of my backend use the only HTTP, not HTTPS, but portal makes a call to HTTPS.

0 1 165
1 REPLY 1

Is this API proxy exposed through HTTP and when you are trying to access it through the dev portal it is tying to make a HTTPS call? If so, it might be better to share more information such as API proxy virtual-host port [http/https], DevPortal type (Drupal/New Edge UI - Unified DevPortal), DevPortal page used to make this call, etc. Thanks!