Mixed content error
See original GitHub issueMy app is behind nginx proxy with ssl enabled. When I try to edit any row in model view it makes XHR request which uses http instead of https.
Would it be possible to make request using scheme fromwindow.location.protocol
?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5
Top Results From Across the Web
How to fix a website with blocked mixed content - Web security
The best strategy to avoid mixed content blocking is to serve all the content as HTTPS instead of HTTP. For your own domain,...
Read more >What is mixed content? - web.dev
Mixed content occurs when initial HTML is loaded over a secure HTTPS connection, but other resources (such as images, videos, stylesheets, ...
Read more >How to Quickly Fix Mixed Content Warnings (HTTPS/SSL)
A mixed content warning appears in a user's browser when the site they're trying to visit is loading HTTPS and HTTP scripts or...
Read more >Why am I suddenly getting a "Blocked loading mixed active ...
When an HTTPS page has HTTP content, we call that content “mixed”. The webpage that the user is visiting is only partially encrypted,...
Read more >Fix Mixed Content Issue: What Is it And How to Fix It? - Blog
Step 1: Identify Mixed Content on the Page · Step 2: Check if the Resource is Available in HTTP and HTTPS · Step...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
That solved the problem. Thank you !
Cool 😃
Can you close the ticket?