Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This request has been blocked #1

Closed
dele opened this issue Jan 27, 2021 · 2 comments
Closed

This request has been blocked #1

dele opened this issue Jan 27, 2021 · 2 comments

Comments

@dele
Copy link

dele commented Jan 27, 2021

Hello,
I already installed your Exe file and on your test page works perfectly, but when i install on my domain i saw this error in console on chrome.

Mixed Content: The page at '' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint ''. This request has been blocked; the content must be served over HTTPS.

@dele
Copy link
Author

dele commented Jan 27, 2021

I'm using cloudflare and $_SERVER['HTTPS'] on/off are not available. Only HTTP_X_FORWARDED_PROTO is available.
I did small change
$currentAbsoluteURL = isset($_SERVER['HTTP_X_FORWARDED_PROTO']) ? $_SERVER['HTTP_X_FORWARDED_PROTO'] . "://" : ((@$_SERVER["HTTPS"] == "on") ? "https://" : "http://");

on every file, error are fixed, but still not working

@neodynamic
Copy link
Owner

Please open a support ticket

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants