H
Hawksey
I would like to be able to programatically(Using HTTPWebRequest and
HTTPWebResponse) FORM post a user's credentials to a HTTPS login page
(.ascx)control. The problem I think I have after attempting this and
after reading other posts is; that if the login is successful data is
retrieved from DB telling the login process where(which page) this user
will be redirected to(different company users will go to different
pages). Is it possible to get this redirect string into a variable and
get it out of the request.GetResponse, with the cookie which would also
have been created with successful login and do a redirect to the page
from the posting client.
Hope this makes sense.
HTTPWebResponse) FORM post a user's credentials to a HTTPS login page
(.ascx)control. The problem I think I have after attempting this and
after reading other posts is; that if the login is successful data is
retrieved from DB telling the login process where(which page) this user
will be redirected to(different company users will go to different
pages). Is it possible to get this redirect string into a variable and
get it out of the request.GetResponse, with the cookie which would also
have been created with successful login and do a redirect to the page
from the posting client.
Hope this makes sense.