0 Replies Latest reply on Oct 20, 2005 9:19 AM by jigar_k_parekh

    basic authentication with applet

      Hi,

      I have created web application which has all servlet secured and i am using basic http authentication.
      so when ever i execute any servlet first it will ask me user name and password and then it will allow me execute that servlet.
      now one of the jsp page is loading applet in same context and this applet is calling servlet. This call again ask for that password though i have sucessfully login.
      So i think when call that servlet using urlconnection i have to provide some username and password

      how can i achive that ??

      any help and sugestion will be appriciated.

      Jigar