Quantcast
Channel: Active questions tagged https - Stack Overflow
Viewing all articles
Browse latest Browse all 1535

Mixed-Content: the page at 'domain' was loaded over HTTPS, but requested an insecure HTTP endpoint in Angular

$
0
0

I deployed my angular app using the domain with SSL on port 4200 that is communicating with API on the same server and port 3000. Now the issue is that when I place BASE_URL as an IP with HTTP, it works fine but when on HTTP it gives mixed-content HTTPS to HTTP error. I also tried the proxy-config method but it didn't work. Is there any way to communicate with the same server via local IP (127.0.0.1) instead of server IP?CORS already enabled on API end (Node.js)

Mixed-Content: the page at 'domain' was loaded over HTTPS, but requested an insecure HTTP endpoint in Angular


Viewing all articles
Browse latest Browse all 1535

Trending Articles