Results 1 to 2 of 2

Thread: Encrypted Password

  1. #1
    Join Date
    May 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Encrypted Password

    I have a page that needs to be moderately protected so I thought java script would be the way to go, instead of using the server applications. Everything works lovely, except the fact that I can bypass the login page and just type in the address of the page and it lets me in. Is there any way to prevent this?

    Thanks,
    Gina Fielder

  2. #2
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by gpfielder
    I have a page that needs to be moderately protected [...]. Everything works lovely, except the fact that I can bypass the login page and just type in the address of the page and it lets me in. Is there any way to prevent this?
    No. Only intervention server-side can prevent a resource from being accessed. This doesn't have to be in the form of a server-side script. It could be through the Basic or Digest HTTP Authentication schemes, which should be implemented natively by the server itself.

    In either case, the solution is still provided by the server.

    Mike

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •