Hello, I'm trying to allow users to login to my CakePHP website from remote servers. So, they can put a login form on their own website to login, rather than having to go to my website. This is simply a regular html form created that posts to the /users/remote_login action of my website. (Yes, I'm making sure that it's posting to the correct domain - the domain that's hosting the website and the Cake code, not the the domain that's hosting the login form). So, it submits the POST request to my website, logs in their session, and then redirects them to a page on my site.
This remote login form works great if it's done from the same server (so, locally, not remotely), but if the form is placed on a remote server, and you try to login, permission is denied. I'm just wondering if there's something in Cake's security component, or something else that is prohibiting remote logins. Does it reject post requests if they come from an IP address that's different from what the server is sitting on? I've tried disabling the security component and it still doesn't work, so I'm not sure what else to try. Can anyone offer some insight into how I might resolve this? Thanks, Brandon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
