Re: Disable HTTP Referer checking

2018-08-22 Thread Siphiwe Gwebu
Did you ever have any luck with disabling referer checnking? On Thursday, 29 September 2011 08:25:26 UTC+2, sspross wrote: > > On Sep 28, 5:19 pm, Tom Evans wrote: > > On Wed, Sep 28, 2011 at 4:03 PM, sspross wrote: > > > hi tom > > > > > thanks for your reply, but > > > > > i'm don't

Re: Disable HTTP Referer checking

2011-09-29 Thread sspross
On Sep 28, 5:19 pm, Tom Evans wrote: > On Wed, Sep 28, 2011 at 4:03 PM, sspross wrote: > > hi tom > > > thanks for your reply, but > > > i'm don't want to disable a whole view, just disabling the http > > referer checking in https. > > > silvan >

Re: Disable HTTP Referer checking

2011-09-28 Thread Tom Evans
On Wed, Sep 28, 2011 at 4:03 PM, sspross wrote: > hi tom > > thanks for your reply, but > > i'm don't want to disable a whole view, just disabling the http > referer checking in https. > > silvan > Oh I see - my bad. There's no way to disable this check, looking at the source

Re: Disable HTTP Referer checking

2011-09-28 Thread sspross
hi tom thanks for your reply, but i'm don't want to disable a whole view, just disabling the http referer checking in https. silvan On Sep 28, 4:56 pm, Tom Evans wrote: > On Wed, Sep 28, 2011 at 3:45 PM, sspross wrote: > > hi > > > is it possible

Re: Disable HTTP Referer checking

2011-09-28 Thread Tom Evans
On Wed, Sep 28, 2011 at 3:45 PM, sspross wrote: > hi > > is it possible to deactivate the http referer checking in the Cross > Site Request Forgery protection? > > https://docs.djangoproject.com/en/dev/ref/contrib/csrf/ > > a flash application sends my django app a form and in

Disable HTTP Referer checking

2011-09-28 Thread sspross
hi is it possible to deactivate the http referer checking in the Cross Site Request Forgery protection? https://docs.djangoproject.com/en/dev/ref/contrib/csrf/ a flash application sends my django app a form and in flash we can't set an Referer Header. So in case of HTTPS it fails. regards,