Using ASP.NET Automatically login to an external website and redirect
- by DoodleWalker
Hello,
We have a series of products with built in web servers each of which has a login page, a customer wants to create a web portal in which they log into once, from there they can simply click on any of the devices (external websites) and it will automatically login to that site and redirect them to the page after the login screen.
The portal is using ASP.NET MVC, the external devices are Windows CE based units running embedded web servers.
Can find a lot on scraping, but not much on redirection after the event.
Many Thanks
Andy