Welcome Guest, Not a member yet? Register   Sign In
Cross site form validation using JSONP
#1

[eluser]Unknown[/eluser]
Hello,

I am doing some cross site form processing using ajax/jsonp. Because I need a response for server side validation I am using jsonp which forces me to use $_GET or parse_url($_SERVER['REQUEST_URI']) in this case to get the form values.

My question: Is it possible to use the built in form_validation library and callback functionality by manually passing variables instead of the normal $_POST data?

thanks
#2

[eluser]Matty J[/eluser]
Sorry that I can't be of any help, but I second the need for use of built-in input validation libraries for GET parameters in a CI application that needs to support JSONP requests.

Cheers
Matt




Theme © iAndrew 2016 - Forum software by © MyBB