Re: Impersonate Login Page
- From: Scott Allen <scott@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 17 Aug 2005 08:55:04 -0400
On Mon, 15 Aug 2005 10:13:07 -0700, "PokerJoker"
<PokerJoker@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>I'm wondering if maybe they are explicitly checking "where" the login
>attempt is coming from and blocking it if it isn't what they expect? Is this
>a common practice?
>
I'd suggest using Fiddler [1] to compare what your code sends to the
web site with what a web browser sends. Sometimes it's the littlest
things that make the difference, for instance, I've come across more
than one site that checks the user agent string. If the sites didn't
recognize the user agent they'd simply return a 404 or a 500 code. You
can set your own user agent string to make your request look like an
IE request with the UserAgent property on HttpWebRequest.
[1] http://www.fiddlertool.com/fiddler/
HTH,
--
Scott
http://www.OdeToCode.com/blogs/scott/
.
- References:
- Impersonate Login Page
- From: PokerJoker
- Impersonate Login Page
- Prev by Date: Infragistic Ultrawebgrid
- Next by Date: Re: How to diable edit mode in the datagrid
- Previous by thread: Impersonate Login Page
- Next by thread: Gridview: can column contents be programmatically styled?
- Index(es):
Relevant Pages
|