﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
6709	csrf for javascript or ajax based forms	hasen <hasan.aljudy@…>	nobody	"The CSRF middleware doesn't insert anything if it doesn't see a <form> tag with method=""post"",
This is very limiting, 
I for example, in some of my ajax-based pages, don't use a form tag at all, I just put the <input> fields, give them ids, and collect the data programatically (using the input elements' id) and also send the form using the post method programatically (through an !XmlHttpRequest object).

It would be nice if the CSRF framework still adds the hidden csrf token to the page even if it finds no form with a post method, by just inserting the token somewhere reasonble within the body of the page so that it's accessible for any piece of JS code. (i.e. such that it has an id)"		closed	Contrib apps	dev		wontfix	csrf		Design decision needed	0	0	0	0	0	0
