hi,

I want to allow users to tag any outside website in my application.
For this, I am sending the url of the website as a parameter to my
controller/action

so for instance, 
http://localhost/mysite/controller/action/http%3A%2F%2Fcakephp.org%2F
-- (1)


here               http%3A%2F%2Fcakephp.org%2F                   ---
(2)
is my parameter ..

but when I try above url i.e. (1), I get page not found error

I tried removing url encoding. But that also didn't work...by removing
the url encoding, my action is properly called but cakephp strips out
anything after http: ...probably because it thinks anything after / as
another parameter

is there any way to handle this???

Regards,
bingo


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [EMAIL PROTECTED]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to