Hi,

I use php snipped to redirect user to some destination after login.

The destination I have to redirect contain some url parameter like that :

/my_destination?param1=john&param2=doe

The problem is that login destination encode the parameters url, so my ?, = and & becomes strange characters and the redirect don't work...

Is there a way to force login destination to not encode urls to be able to have clean parameters ?

Comments

zmove’s picture

Status: Active » Closed (fixed)

Ok I'm a noob and very tired...

To do that, you just have to read textarea description that say it can be done using 'query' array key...