Replies: 2 comments 1 reply
-
|
This automatically generated reply acts as a friendly reminder. Answers to your questions will most often come from the community, from developers like yourself. You will, from time to time, find that Axis employees answers some of the questions, but this is not a guarantee. Think of the discussion forum as a complement to other support channels, not a replacement to any of them. If your question remains unanswered for a period of time, please revisit it to see whether it can be improved by following the guidelines listed in Axis support guidelines. |
Beta Was this translation helpful? Give feedback.
-
|
ACS API is not generally available. Please contact your Axis representative for information on how to get further support. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to add buttons in a web app which will make calls to ACS. The requests work fine in postman, e.g.
https://:55756/Acs/Api/SnapshotFacade/GetSnapshot?{"cameraIds":[{"Id":""}],"preferredResolution":{"Width":640,"Height":360}}
But doing the same request in javascript fails due to browser CORS policy. I see in the VAPIX documentation that you can add an
Access-Control-Allow-Origin:HTTP header on the server, is there any way to do something similar with ACS?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions