- Affected version
 - 2.1.0 RC 2
 
		Code:
	
	<form action="https://xenforo.com/community/foobar" method="post">
<input type="submit" value="test">
</form>
	
		Code:
	
	<form action="https://xenforo.com/community/foobar">
<input type="submit" value="test">
</form>
	This behaviour is different from XF 1.5 where both POST and GET resulted in a 404.