Applet JAR loading fails, since the http request doesn't include a basic auth header

Posted by bowgene on Stack Overflow See other posts from Stack Overflow or by bowgene
Published on 2010-01-29T09:29:18Z Indexed on 2010/06/12 3:02 UTC
Read the original article Hit count: 187

It's a farily simple setup. A .jar is hosted on a site which is protected by basic auth. I try to load the jar with an object tag - which works perfectly when tested without authentication.

When the .jar is requested from the server, the basic auth header isn't included in the request. Why is this?

© Stack Overflow or respective owner

Related posts about java

Related posts about web-development