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...