How do you echo out current URL in Cake\'s view?
You can do either
From a view file:
request->here() ?>">
Which will give you the absolute url from the hostname i.e. /controller/action/params
Or
which should give you the full url with the hostname.