Re: External Referer URL in CakePHP Page Header Issue

2008-10-25 Thread Raph
What about "http" and "https"? I'm using the language controller form: http://bakery.cakephp.org/articles/view/p28n-the-top-to-bottom-persistent-internationalization-tutorial, and in "change" method there is, a line: $this->redirect($this->referer(null, true)); The problem is if I use my app via

Re: External Referer URL in CakePHP Page Header Issue

2008-10-13 Thread Ammad
Basically this is a security check that comes with using the medium level security provided by CakePHP 1.2. By using the medium level security if Cake finds an external referer URL (Not belonging to the Cake application's domain) you are taken to the home page without the session being initialized

External Referer URL in CakePHP Page Header Issue

2008-09-22 Thread Ammad
I have come across an issue in my cakePHP application I have come to know that when the referer contains the link of an external site my controller actions are not executed at all. Up on some research I found out that the "referer()" function in the cake/libs/controller/controller.php checks the