Entries Tagged as “ WebLogic”
Basic Authentication with WebLogic 9.2 and above
I have had very few encounters with WebLogic. Today was one of such days. I created a simple application that uses Basic authentication. The application was deployed on WebLogic. So here I am sharing it.
To all my surprises the application didn't work as expected. It was giving 401 error repeatedly. After some further debugging I found that the request was not even calling application code for authentication. Now this was really annoying and strange. On debugging I found nothing wrong in the application, I decided to search for it in case someone else faced a similar issue.
I have blogged about the solution here.
Shilpi
Security Czar, ColdFusion Team