CodeIgniter Forums
Posting content into CI - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Posting content into CI (/showthread.php?tid=13889)



Posting content into CI - El Forum - 12-10-2008

[eluser]Unknown[/eluser]
Hi
I'm trying to post an XML file into a controller using a content type of application/x-www-form-urlencoded.

The restrictions I have are that a 3rd party application executes this url and posts an xml string.

The website is internal so security is less of an issue however the only option i can find is removing the _clean_input_keys function from Input.php library. I was wondering if there was a more professional way of handling this scenario?

thanks

Steve