Oracle Analytics Publisher

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

REST API with HTTPS URL shows 404 error. The same URL with weblogic port works. What is the issue?

Accepted answer
12
Views
2
Comments

We are using OAP7.6 Install Standalone Analytics. I configured OHS for HTTPS URL, but any URL that goes via HHTP give me 404 error.

Can we use HTTP server with REST API? It doesn't work even with 7777 port.

Thank you!

Best Answer

  • Sumanth V -Oracle
    Sumanth V -Oracle Rank 8 - Analytics Strategist
    edited Dec 19, 2024 4:29PM Answer ✓

    @user8938945 -

    • REST APIs in Oracle Analytics Publisher are generally designed to work with WebLogic Server configurations because they rely on WebLogic-specific settings for authentication and routing.
    • If you attempt to use a standalone HTTP server (e.g., Apache HTTP Server) with REST APIs, it may fail unless the HTTP server is properly configured as a proxy to WebLogic Server.
    • If using an HTTP server, ensure it is configured as a reverse proxy with correct routing to the WebLogic Server where Oracle Analytics Publisher is running.
    • Use WebLogic Server’s port for REST API calls when possible, as it ensures full compatibility. Thanks!

Answers

  • user8938945
    user8938945 Rank 1 - Community Starter

    Thank you, Sumanth!

    I came up with the same understanding that I need to apply SSL on WebLogic Server and BI Server to make REST API deliver BIP reports.

    Thank you very much for confirmation!

    Yelena.