Hi Thomas,
Thanks for the reply. I tried all the solutions you have mentioned but still no result. I am attaching the snapshot of the error with the developer tool. I am using the following code:-
Code for .xsaccess file:-
{ "exposed":true,
"authentication":[
{ "method":"LogonTicket"},
{ "method":"Basic" }
]
}
Code for HelloWorld.html file:-
<html>
<head>
<title>Hello World!!!</title></head>
<body><h1>Hello World></h1></body>
</html>
I am trying to access this in chrome web browser using the following path:-
http://ec2-23-23-84-18.compute-1.amazonaws.com:8000/ambworkshop/session/test/HelloWorld.html
I created the same helloworld application without authentication keeping authentication null and it worked but when I apply authentication, the web browser asks me for credentials and then crashes, though I have reset my password and tried using the new one as well, it's giving me the same error. I am stuck at this point and I am not able to understand what is causing this error.