Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 34 Oracle Analytics and AI Sharing Center
- 22 Oracle Analytics and AI Lounge
- 276 Oracle Analytics and AI News
- 47 Oracle Analytics and AI Videos
- 16.1K Oracle Analytics and AI Forums
- 6.3K Oracle Analytics and AI Idea Labs
- Oracle Analytics and AI User Groups
- 99 Oracle Analytics and AI Trainings
- 16 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
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?
user8938945
Rank 1 - Community Starter
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!
0
Best Answer
-
- 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!
0
Answers
-
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.
0
