Hello All,
i don not know if this is the right section to pass this post in.
I am writing a
java web start application that display images from the server. These images are protected by apache (https) and i changed the authentication type for the directory that contains the images to 'BASIC' so that i can pass the user name and password from the url.
When i try to launch the image from the browser it works, but when i am launching the jws it will prompt me for the user name and password although it is contained in the url.
Any one have any idea?