Welcome Guest, Not a member yet? Register   Sign In
does URI use XSS Clean automatically?
#2

[eluser]xpix[/eluser]
I know that only certain characters are allowed:

URI Security

CodeIgniter is fairly restrictive regarding which characters it allows in your URI strings in order to help minimize the possibility that malicious data can be passed to your application. URIs may only contain the following:

* Alpha-numeric text
* Tilde: ~
* Period: .
* Colon: :
* Underscore: _
* Dash: -


Messages In This Thread
does URI use XSS Clean automatically? - by El Forum - 07-09-2008, 06:09 PM
does URI use XSS Clean automatically? - by El Forum - 07-12-2008, 07:37 AM
does URI use XSS Clean automatically? - by El Forum - 07-12-2008, 05:47 PM
does URI use XSS Clean automatically? - by El Forum - 07-12-2008, 10:37 PM
does URI use XSS Clean automatically? - by El Forum - 07-13-2008, 02:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB