Possible? IE cookies grafted into the machine identity used in ASP.NET HTTP ops

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I regularly scrape content from sites that require cookie information for
auth. When I am on a dev machine using VS.NET and test my scraping tools,
the returned content indicates that the webpage login is me.

Question #1: When I deploy my tools to a server, what user does the system
"impersonate" for the purposes of browsing?
Question #2: Could I log into the user account described in Q1, use IE for
awhile, persist cookies via "Remember Me," and scrape normally?
Question #3: Is it possible to copy all of the cookie files and whatnot from
a workstation that's chock-full-of-auth-cookies to a place on the server and
have that user impersonated on scrapes? What needs to be copied and where in
the directory structure should I place it?
Question #4: Am I correct that if I were to build a Windows Forms app that
conducted scraping operations, it would impersonate/ use the cookie setup of
the currently logged-in user?

Thanks in advance.
-KF


.



Relevant Pages

  • Re: LWP Doesnt Seem To Save Cookies:
    ... > I've had a lot of sucess using LWP to scrape web pages, ... It turns out that the cookie IS ... or trying to load any page after the login gives me the login page again ... So I've found a way to set the cookie by hand, but the server I'm trying to ...
    (comp.lang.perl.misc)
  • IsInRole problem
    ... My shared host had some unidentified problems but I'm not sure ... Type type = princ.GetType; ... All of the above works fine on my dev machine, so I'm trying to find out ... based upon what I can extract myself from the cookie. ...
    (microsoft.public.dotnet.framework.aspnet.security)