I want to be able to log into a site (form POST) from my site and then display the logged in site on my site.
Will logging into the site with cURL (form POST) and on success display the site as if I was logged in on my site using the embed tag work? Is this the right way to do what I want?
Examples would be helpful.