ORDS:-
Issue:-
The request cannot be processed because this resource does not support Cross Origin Sharing requests, or the request Origin is not authorized to access this resource. If ords is being reverse proxied ensure the front end server is propagating the host name, for mod_proxy ensure ProxyPreserveHost is set to On
Solution :-
1) Add below parameter in defaults.xml file and restart all services.
<entry key="security.httpsHeaderCheck">X-Forwarded-Proto: https</entry>
2) In case if your using OHS then restart OHS services.
Issue:-
The request cannot be processed because this resource does not support Cross Origin Sharing requests, or the request Origin is not authorized to access this resource. If ords is being reverse proxied ensure the front end server is propagating the host name, for mod_proxy ensure ProxyPreserveHost is set to On
Solution :-
1) Add below parameter in defaults.xml file and restart all services.
<entry key="security.httpsHeaderCheck">X-Forwarded-Proto: https</entry>
2) In case if your using OHS then restart OHS services.
No comments:
Post a Comment