Programmatically login to a website and redirect the user to the logged in page?
Posted
by Santhosh
on Stack Overflow
See other posts from Stack Overflow
or by Santhosh
Published on 2010-03-15T20:23:54Z
Indexed on
2010/03/15
20:29 UTC
Read the original article
Hit count: 239
Hi,
Right now, I have all the employees of my company login to an external website using the company id, username and a password. We are trying to integrate it into an intranet portal which should provide seamless access to this website without requiring the user to enter these credentials.
Is there any way of doing this programmatically (.NET C#)? Very similar to screenscraping, Can I simulate the appropriate POST action and then redirect the user to the logged in page?
Any help is appreciated.
Thanks.
© Stack Overflow or respective owner