Questions tagged [mixed-content]

HTTPS page that includes content retrieved through cleartext HTTP

Mixed content occurs when a document served over HTTPS contains content retrieved through cleartext HTTP. That makes the connection only partially encrypted and vulnerable to man-in-the-middle attacks. Therefore, browsers block such mixed content.

https://w3c.github.io/webappsec-mixed-content/ defines the relevant requirements for browsers.

335 questions
3
votes
1 answer

how can I unbind mixed xml content using c# xml tools rather than regex?

I use "application 1" to create and edit xhtml files. It has an option to enter annotations into the content of non-empty elements like p, h1, h2, td etc ... which results in mixed xml code sections like this:

Hello

oelgoetz
  • 51
  • 3
3
votes
2 answers

SSL not working with Visual Composer - Mixed Content issues

I just activated SSL on a website which also uses Visual Composer. I'm using the Really Simple SSL plugin for that. Everything seems to be set up fine but I still don't have the green padlock but the https is grey. So I tried to figure out what's…
Steffi
  • 31
  • 1
  • 5
3
votes
1 answer

Vue - Mixed content warning in Chrome Developer Console

I have a Vue.js app up and running, which produces the following warning. Mixed Content: The page at 'https://mypage.com/some/route' was loaded over HTTPS, but requested an insecure resource 'http://mypage.com/some/route'. This request has been…
3
votes
1 answer

HLS on an HTTPS page for HTTP sources

Is it possible to use non-SSL sources with HLS on a page and playlist served via SSL HTTPS? I have a page served over HTTPS. It uses Video.js to play a .m3u8 playlist. The playlist is fetched from the same server over HTTPS and is dynamically…
3
votes
1 answer

Axios CORS/Preflight failing with Laravel 5.4 API call

I'm having an issue with Laravel 5.4 and my React application which uses Axios to handle requests. Here is the error I'm getting. Here are my request headers for the preflight response which is failing. Here is the failed request after the…
Daniel Park
  • 489
  • 2
  • 7
  • 20
3
votes
1 answer

Mixed content error in angular 2

I am having a client side built with angular (ssl enabled) and my server is not ssl enabled. I am getting a mixed content error. I searched for solution online but couldn't find anything that can help me to solve it. I am providing necessary…
Niaz Ahsan
  • 351
  • 1
  • 7
  • 21
3
votes
1 answer

Using ws:// while on https:// (mixed content)

I have a html5 page with var connection = new WebSocket('ws://foo.bar:8888'); But I get an error Mixed Content: The page at 'https://foo.bar/' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint …
CodingKiwi
  • 676
  • 8
  • 22
3
votes
3 answers

Mixed Content using Google Maps

I use gmaps show Map in my web site. MY CODE