-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Post via admin-ajax.php causes auth pop-up #158
Comments
I think, the easiest way would be not using basic authentication for An example on how to disable basic authentication in Apache2:
|
Exactly. If an additional authentication is configured for the AJAX endpoint, there is no way Statify can get around this (otherwise the auth mechanism would obviously be useless). We should probably add this to the FAQ as at least 3 support requests reached us in the last 3 weeks. The upgrade notice is likely overseen and/or the impact is unclear. |
Another way could be to just protect the file |
Would be, but I cannot do that, because there is a password protected area with access only for employees. If I directed the restriction on wp-login.php they would have to know the complex username and password AND the password for the internal page. |
I've updated your documentation on JavaScript tracking. Now we explicitly state that the Ajax endpoint is mandatory. |
The website I run uses basic authentication for the /wp-admin/ folder. As Statify uses admin-ajax.php to post the view of the site, this causes the basic authentication to pop up. Is there a way to avoid this without shutting down protection for wp-admin?
I have deactivated Statify to stop the login popup, but I actually want to use the service.
The text was updated successfully, but these errors were encountered: