whitecube / laravel-cookie-consent

Register, configure and ask for cookies consent in a EU-compliant way
MIT License
312 stars 37 forks source link

mixed content violation #39

Closed Eyonic closed 5 months ago

Eyonic commented 5 months ago

It works locally, but when I moved it to the server, I encountered this error:

script?id=e9923021dfd88a6e20c45479924cc61f:2 Mixed Content: The page at 'https://www.mydomain.com/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://www.mydomain.com/cookie-consent/accept-all'.

Eyonic commented 5 months ago

fixed it. had to purge in cloudflare then it worked