Locking web server resources after 2nd wrong authentication

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My CF application for Pocket PC uses HTTP with Basic authorization. User
input login and password. So after
2nd intput with wrong credential all my request on uri throws timed-out
exception (Time out is 10 sec.). 3rd input can
be rights but application can get access to any cgi on this server. Count of
wrong inputs no clear after right one
(e.g. wrong(401) -> right(OK) -> wrong(401) ->
right(timed-out)->wrong(timed-out)-.....XXX(timed-out)!). Program
restart resolve make accesseble web-server again. More over server resources
lock depenend on URI (e.g. www.server.com
has 192.168.1.100 if access has been locked on http://www.server.com program
still has access to http://192.168.1.100
but and it will be successfully locked after 2 wrong authontications).
I know that after program restart this locking will be removed,
how i can resolve this trouble in runtime.
 
Hello all,
Can anybody help me?

this issue presents on Pocket PC 2003 Emulator, on real ASUS Pocket PC 2002,
in all .NET CF v1 ( includes SP1, SP2)
 
:( , what there can be wrong? I tryed combine HTTP headers. Seems that to
develope own HTTP transport level more easy than get any answers from this
forum.

I still very very waiting any suggestions from all.
Thank you. Best regards. :(
 
Thank you dear friend! No problems wiht athorization, no problems with
closing continues response stream (i mean that no deadlocks when closes
ResponseStream, and you don't must write fake code for reading empty paket
for closing it without deadlock, more over this fake code from time to time
throws InvalideOperationException)

Really, I very thankful for your help!
 
Back
Top