Support

Home Forums Event Espresso Premium 401 Unauthorized response

401 Unauthorized response

Posted: May 26, 2016 at 2:25 pm

Viewing 4 reply threads


kweencleo

May 26, 2016 at 2:25 pm

The request was a valid request, but the server is refusing to respond to it. Unlike a 401 Unauthorized response, authenticating will make no difference. On Servers where authentication is required, this commonly means that the provided credentials were successfully authenticated but that the credentials still do not grant the client permission to access the resource (e.g., a recognized user attempting to access restricted content).

Getting an error using an APPLE device but its working on an Android phone

Ive done the .htaccess. Any idea?


Josh

  • Support Staff

May 27, 2016 at 7:32 am

May I ask what you changed in the .htaccess file? Along with that, did you install this plugin?


kweencleo

May 27, 2016 at 10:29 am

yes ive installed it

This is my .htaccess

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress


Josh

  • Support Staff

May 27, 2016 at 12:18 pm

You can also try the troubleshooting guide:

https://eventespresso.com/wiki/ee4-event-apps/#troubleshooting

If you go through the steps and still see the 401 unauthorized response, then this is likely a case where your server isn’t compatible with the current mobile apps.


kweencleo

May 27, 2016 at 12:24 pm

nevermind its working now 🙂 there’s something on the apps code.

Thanks

Viewing 4 reply threads

The support post ‘401 Unauthorized response’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso