Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

favicon.ico request with 401 unauthorized in cloud service

1061222Dec 13 2017

Hi,

I am working in a Oracle Cloud Service called DIPC(data integration platform cloud service). I got an access issue with favicon.ico. Please provide some insights how its resolved in existing Oracle cloud services. Application is deployed in WLS with LBAAS.

Following error is displayed in debug window->network tab whenever i access different pages of DIPC application.

  1. Request URL:https://<cloud service host>/favicon.ico
  2. Request Method:GET
  3. Status Code:401 Unauthorized

I have tried following solution. With this atleast 401 error is disappeared but this request is fired always whenever I go to new module/page. I want to control these requests firing when i move to different pages.

Added this in index.html head section with empty favicon.ico file under dicloud/images

<link rel="shortcut icon" href="/dicloud/images/favicon.ico" />

Thanks

Robert

Comments
Post Details
Added on Dec 13 2017
0 comments
1,504 views