jbspeakr / datensparsam

Übermittlungssperre - Opt-out private and personal data at governmental record sections in Germany.
https://www.datensparsam.de/
MIT License
9 stars 1 forks source link

Error Forbidden (403) #4

Closed imsoftware closed 11 years ago

imsoftware commented 11 years ago

Fehlermeldung bei jeder Eingabe in das Formular:

Forbidden (403) CSRF verification failed. Request aborted. More information is available with DEBUG=True.

jbspeakr commented 11 years ago

konnte ihn nachvollziehen: der fehler tritt auf, wenn das Formular nicht über SSL abgeschickt wird... bin dran

jbspeakr commented 11 years ago

fixed. forced SSL

hurzl commented 11 years ago

Forbidden (403)

CSRF verification failed. Request aborted.

You are seeing this message because this HTTPS site requires a 'Referer header' to be sent by your Web browser, but none was sent. This header is required for security reasons, to ensure that your browser is not being hijacked by third parties.

If you have configured your browser to disable 'Referer' headers, please re-enable them, at least for this site, or for HTTPS connections, or for 'same-origin' requests.

More information is available with DEBUG=True.


Muss das sein?