Download & Extend

Login destination encode url parameters

Project:Login Destination
Version:6.x-2.3
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

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...

nobody click here