-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
kind:bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested
Description
Summary
Not sure if this is a feature request or just something missconfigured on my server.
Basically I always get a CSRF verfification failed error, as I guess the CSRF token is missing in the request.
It would be very nice to get some advice about this, as I really like to use your client instead of writing something myself.
Context
The Error I got:
Could not upload file (title="" type="" tags="[]" error="request failed with status code 403:
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="robots" content="NONE,NOARCHIVE">
<title>403 Forbidden</title>
<style type="text/css">
html * { padding:0; margin:0; }
body * { padding:10px 20px; }
body * * { padding:0; }
body { font:small sans-serif; background:#eee; color:#000; }
body>div { border-bottom:1px solid #ddd; }
h1 { font-weight:normal; margin-bottom:.4em; }
h1 span { font-size:60%!;(MISSING) color:#666; font-weight:normal; }
#info { background:#f6f6f6; }
#info ul { margin: 0.5em 4em; }
#info p, #summary p { padding-top:10px; }
#summary { background: #ffc; }
#explanation { background:#eee; border-bottom: 0px none; }
</style>
</head>
<body>
<div id="summary">
<h1>Forbidden <span>(403)</span></h1>
<p>CSRF verification failed. Request aborted.</p>
<p>You are seeing this message because this site requires a CSRF cookie when submitting forms. This cookie is required for security reasons, to ensure that your browser is not being hijacked by third parties.</p>
<p>If you have configured your browser to disable cookies, please re-enable them, at least for this site, or for “same-origin” requests.</p>
</div>
<div id="explanation">
<p><small>More information is available with DEBUG=True.</small></p>
</div>
</body>
</html>
")
Out of Scope
- List aspects that are explicitly not part of this feature
Further links
- URLs of relevant Git repositories, PRs, Issues, etc.
Acceptance criteria
Given a precondition
When an action happens
Then a result is expectedImplementation Ideas
- If applicable, shortly list possible implementation ideas
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind:bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested