About Sending Authentication Header Using Java-applet

I've set the authentication of the path /MyPages/MySecret/ to username=John
and password=sesame on the WebSite 1.1 WWW-server.
Then I want to use a Java-applet to open a html page in that
password-locked path by sending HTTP request header ALONG WITH the username
and password, so that NO pop-up username/password dialog will appear and
just strait-forward to that page.
So, my question is what is the HTTP request header would be ?
Is that :
   GET /MyPages/MySecret/index.html\r\n
   Content-type: blah blah\r\n
   Authenticate: blah blah\r\n
   .
   .
   .
   \r\n
	 

Received on Saturday, 24 August 1996 01:15:47 UTC