Welcome Guest, Not a member yet? Register   Sign In
The input library breaks my site [SOLVED]
#4

[eluser]Phil Sturgeon[/eluser]
I've found the exact same problem with my REST Server stuff. I have no idea why they are trying to clean $_POST key names, as there is no real security thread here unless you do something VERY silly with $_POST like foreach($_POST as $key => $val) and dump $key straight into a MySQL query.

It means people can't send Raw files or HTTP bodies (XML, JSON, etc) to a CI page through POST or PUT which is a real shame.


Messages In This Thread
The input library breaks my site [SOLVED] - by El Forum - 08-29-2010, 05:21 PM
The input library breaks my site [SOLVED] - by El Forum - 08-29-2010, 06:25 PM
The input library breaks my site [SOLVED] - by El Forum - 08-29-2010, 06:43 PM
The input library breaks my site [SOLVED] - by El Forum - 09-01-2010, 02:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB