<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: protecting email forms</title>
	<link>http://www.digitalramble.com/2006/08/01/59/</link>
	<description>surveyor of the foothills, valleys and occasional sheer cliff drops of the world of computer programming...</description>
	<pubDate>Wed, 07 Jan 2009 04:24:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Mike</title>
		<link>http://www.digitalramble.com/2006/08/01/59/#comment-387</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 02 Apr 2007 18:08:19 +0000</pubDate>
		<guid>http://www.digitalramble.com/2006/08/01/59/#comment-387</guid>
		<description>"Force the mail script to accept only POST style connections and not GET. GET potentially lets the hacker alter the variables in the URL itself. In general, no form variable that is of a sensitive nature should be modifiable this way; in my mail scripts I disallow it altogether."

I am not sure if you are aware, but POST data can be modified with only a tiny increase in difficulty.</description>
		<content:encoded><![CDATA[<p>&#8220;Force the mail script to accept only POST style connections and not GET. GET potentially lets the hacker alter the variables in the URL itself. In general, no form variable that is of a sensitive nature should be modifiable this way; in my mail scripts I disallow it altogether.&#8221;</p>
<p>I am not sure if you are aware, but POST data can be modified with only a tiny increase in difficulty.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
