question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Mixed content error

See original GitHub issue

My 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.

screenshot-1535797247

Would it be possible to make request using scheme fromwindow.location.protocol ?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
rtgnxcommented, Sep 6, 2018

That solved the problem. Thank you !

0reactions
SBillioncommented, Sep 7, 2018

Cool 😃

Can you close the ticket?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found