[Openstack] Remote Login through a website.

Matthias Runge mrunge at redhat.com
Tue Dec 10 21:51:27 UTC 2013


On 12/10/2013 08:30 PM, Abhishek Aggarwal wrote:
> Hi Stackers,
> 
> I am trying to login into Openstack Dashboard through remote server and
> I am getting the error
> 
> 
>   Forbidden (403)
> 
> CSRF verification failed. Request aborted.
> 
> 
> How can I disable CSRF verification on openstack?
> 
In general, you shouldn't turn csrf protection off.  It's a security
feature.
You'll find the docs here:
https://docs.djangoproject.com/en/1.6/ref/contrib/csrf/

Matthias





More information about the Openstack mailing list