Hello everybody,
I'm currently making API calls from my VueJS web application. The problem is that I am blocked because of the CORS Poilcy. The Proxmox web server on which the GUI is running must send me a parameter. Does one of you know where the config files are? Or can this be added by Proxmox?
The Access-Control-Allow-Origin header is missing. Since I am sending the API call from a different domain than the one on which the Proxmox server is running, the requests are blocked. Therefore this would have to be set as a wildcard in the web server config.
The GUI / API web server also does not accept the OPTIONS request.
Thank you in advance
I'm currently making API calls from my VueJS web application. The problem is that I am blocked because of the CORS Poilcy. The Proxmox web server on which the GUI is running must send me a parameter. Does one of you know where the config files are? Or can this be added by Proxmox?
The Access-Control-Allow-Origin header is missing. Since I am sending the API call from a different domain than the one on which the Proxmox server is running, the requests are blocked. Therefore this would have to be set as a wildcard in the web server config.
The GUI / API web server also does not accept the OPTIONS request.
Thank you in advance