Wrox Home  
Search P2P Archive for: Go

  Return to Index  

servlets thread: Protecting yourself from illegal java application copies


Message #1 by pvancauteren@o... on Fri, 1 Dec 2000 08:58:57 -0000
hi,
  You can use encoded authorization credentials 
in the Authorization header which contains the 
client's username and password encoded in Base64,
it can check the credentials and send WWW_Authenticate
if allowed or SC_UNAUTHORIZED status code if not allowed.
Hope this helps better than jar file.
Indira.

  Return to Index