mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[GH-ISSUE #165] CSRF verification failed. #112
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#112
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @honza801 on GitHub (Jul 26, 2018).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/165
hi,
are there required any changes to csrf configration? seems it stopped working with django 1.11.
submitting clone ends with
Forbidden (403)
CSRF verification failed. Request aborted.
fous
@catborise commented on GitHub (Jul 27, 2018):
i think it is must for 1.11 forms.
i check the code one form does not contain csrf statement.
it is instances/create_inst_block.html
is this html related with your problem?
@honza801 commented on GitHub (Jul 27, 2018):
no, i'm experiencing problem during instance cloning
instances/templates/instance.html
csrf token is present, but the error appers.
@catborise commented on GitHub (Jul 27, 2018):
i have tried now. there is not any glitch. it is cloned properly.
could you try my branch ?
some changes haven't applied yet to retspen.
@honza801 commented on GitHub (Jul 27, 2018):
i've just checked your branch and cant find any csrf related stuff.
how does your
webvirtcloud/settings.pylooks like? does it contain?
can you send this file? (without keys)
thanks
jan
@catborise commented on GitHub (Jul 27, 2018):