Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 218 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 82 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations 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