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.
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.