Replies: 2 comments 3 replies
-
Not sure I understand this. Can you please clarify the steps your taking to trigger this message? |
Beta Was this translation helpful? Give feedback.
2 replies
-
OK, I see. Was not aware of this use case. Will look into this, but cannot commit to a swift solution. There is also a workaround you could consider: if you put a reverse proxy (e.g. Apache) on the same host in front of the alarm logger service then all requests will originate from the same client. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am missing an option to set CORS, like
cors.allowed.origins=http://localhost:3000
it is ignored by Phoebus, but I try to do use it with PVInfo which logs errors like:Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://<ALARM_LOGGER_IP:8082/. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 200.
in the browser console.Beta Was this translation helpful? Give feedback.
All reactions