We are using Basic authentication for REST and form based authentication for UI.
When any call goes to REST it fails with 401 and response header WWW-Authenticate: Basic realm="site". When UI receives this header browser prompts for basic auth credentials. Is there any way/any configuration by which we can configure weblogic not to send WWW-Authenticate: Basic realm="site" header in case of 401?