Re: Accessing and displaying SSL web pages and cookies from a windows form
From: Cor (non_at_non.com)
Date: 02/25/04
- Next message: Cor: "Re: SQL operation in Server Explorer differ from Enterprise Manager"
- Previous message: Cor: "Re: Try...Catch question"
- In reply to: Justin Engelman: "Accessing and displaying SSL web pages and cookies from a windows form"
- Next in thread: Justin Engelman: "Re: Accessing and displaying SSL web pages and cookies from a windows form"
- Reply: Justin Engelman: "Re: Accessing and displaying SSL web pages and cookies from a windows form"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 25 Feb 2004 09:25:13 +0100
Hi Justin,
A more ASPNET question I have seldom seen.
(If you have the logical solution, than maybe we can help you with VB.net).
I think you can ask this question better in this newsgroup.
Aspnet
<news://msnews.microsoft.com/microsoft.public.dotnet.framework.aspnet>
Web interface:
<http://communities2.microsoft.com/communities/newsgroups/en-us/?dg=microsof
t.public.dotnet.framework.aspnet>
I hope this helps a little bit?
Cor
"Justin Engelman" <GlobNews@adelphia.net> schreef in bericht
news:Mu-dnfhhbvGquaHdRVn-ug@adelphia.com...
> Hi,
> I have a website that uses an ISAPI filter that will redirect anyone going
> to any page on the site to an SSL login page (on a different website with
> the same root domain) if they do not have the appropriate session cookie
> already. After logging in on that page successfully they are given the
> cookie and redirected back to the page they initially tried to go to.
>
> I would like to create a Windows application that gets data from that
> website and utilizes that SSL login form and the session cookie generated
by
> it. Then as the user is using the application it will make calls to the
> website to get needed information, which will cause the ISAPI filter to
see
> that the user has that cookie.
>
> I don't have control over the user logins or passwords or the ISAPI filter
> code or SSL login page.
>
> My question is, is it possible to display the login webpage from my
> application when the application is first loaded, then to capture the
cookie
> after the user logs in and the data generated by the page they are
> redirected back to after login. If it is, how would I go about doing
that?
> Also, how would my application "remember" the user's cookie so that
> subsequent calls to my website to get data can authenticate the user from
> the data in the cookie and also not redirect to the login page.
>
> Thank you for any help you can give me,
> Justin
>
>
- Next message: Cor: "Re: SQL operation in Server Explorer differ from Enterprise Manager"
- Previous message: Cor: "Re: Try...Catch question"
- In reply to: Justin Engelman: "Accessing and displaying SSL web pages and cookies from a windows form"
- Next in thread: Justin Engelman: "Re: Accessing and displaying SSL web pages and cookies from a windows form"
- Reply: Justin Engelman: "Re: Accessing and displaying SSL web pages and cookies from a windows form"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|