Configuring WebLogic to Handle HTTP Basic Challenges Correctly
By default, WebLogic attempts to intercept all HTTP Basic Authentication challenges. This default behavior needs to be disabled for the WebLogic domain where the nms-ws.ear is deployed for the Oracle Network Management System Operations Mobile Application to function correctly.
See your WebLogic documentation for the location of config.xml, the WebLogic configuration file.
Add the <enforce-valid-basic-auth-credentials> element to config.xml within the <security-configuration> element. The edited file should look like the following:
...
<enforce-valid-basic-auth-credentials>false</enforce-valid-basic-auth-credentials>
</security-configuration>
...
Save the updated config.xml file and restart WebLogic (if it is running).