Hello,
I am trying to query the Proxmox API via an API key from a Blazor Webassembly app.
I can't seem to get it work, I am always denied via CORS.
I did try the two proposed solutions from this thread but none of them seem to work for me.
I am quite new to web frontend development, so all these CORS issues are still a bit unclear to me..
As I understand it, it's not really a Proxmox issue, as I can query the API via a software like Postman. I am not certain of who reject the query exactly, the browser itself ? The WASM client app ?
Any help would be appreciate !
I am trying to query the Proxmox API via an API key from a Blazor Webassembly app.
I can't seem to get it work, I am always denied via CORS.
I did try the two proposed solutions from this thread but none of them seem to work for me.
I am quite new to web frontend development, so all these CORS issues are still a bit unclear to me..
As I understand it, it's not really a Proxmox issue, as I can query the API via a software like Postman. I am not certain of who reject the query exactly, the browser itself ? The WASM client app ?
Any help would be appreciate !