Posted by zmove on May 28, 2009 at 2:44pm
Jump to:
| 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¶m2=doeThe 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
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...