Welcome Guest, Not a member yet? Register   Sign In
XML RPC > html in response > htmlspecialchars + javascript stripping
#9

[eluser]jeffpeck[/eluser]
I have given up on trying to make some text encoding/decoding methods and simply commented out the lines that use the XSS cleaner and added one line. For reference, in the file system/libraries/Xmlrpc.php:

Line 516:
Code:
// $array[$key] = $CI->input->xss_clean($array[$key]);

Line 532:
Code:
// $result = $CI->input->xss_clean($result);

Line 1130:
Code:
// $array[$key] = $CI->input->xss_clean($array[$key]);

Line 1150:
Code:
$parameters[] = $a_param;
// $parameters[] = $CI->input->xss_clean($a_param);

Note, I am not using REST because I am an interacting with an interface in Flex.


Messages In This Thread
XML RPC > html in response > htmlspecialchars + javascript stripping - by El Forum - 06-29-2009, 01:28 PM



Theme © iAndrew 2016 - Forum software by © MyBB