Welcome Guest, Not a member yet? Register   Sign In
Annoying...GET issues
#1

[eluser]simonspoken[/eluser]
I'm currently integrating PayPal Mobile into our site, and it insists on sending back "?token=SOMESTRING" in the URI. There's no way of turning this off.

(So the entire path would be: /buy/product_id/?token=SOMESTRING)

Can anyone suggest a way in which I can get this token without hacking up CI too much?

Cheers,

EDIT: Got it. Noticed that the ?token= was being passed in the REQUEST_URI. Done an if statement on my final route match to see if it has this string, and then removes the ?token= and does header("Location").




Theme © iAndrew 2016 - Forum software by © MyBB