Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: CORS policy issue |
|
Author |
|
Sreekar
Joined: 16 Nov 2021 Posts: 2 Location: India, Hyderabad
|
Posted: Mon 31 Jan '22 13:14 Post subject: CORS policy issue |
|
|
Hi All,
We have installed Apache 2.4.51 Win64 on windows server 2016 and configured the below tags in httpd.conf file for the OBIEE proxy
Listen ip address:80
ProxyPass / http://hostname:9502/ timeout=600
ProxyPassReverse / http://hostname:9502/
Please help with the below CORS policy issue, we have configured proxy for OBIEE. Below are errors in the web browser console when we click on a couple of pages in OBIEE where the page objects are not loading.
home.jsp:1 Access to XMLHttpRequest at 'http://hostname:9502/dv/ui/api/v2/items/%40Catalog/users/weblogic?&type=folder&type=project&type=report&type=dashboardgroupfolder&type=dashboard&type=dashboardpage&type=xdo&sort=LAST_MODIFIED_DESCENDING&limit=50&limitValue=51&full=true' from origin 'http://hostname' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Thanks in advance
Sree |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Tue 22 Feb '22 12:24 Post subject: |
|
|
Please post config for your
access-control-allow-origin and content-security-policy headers |
|
Back to top |
|
|
|
|
|
|