I have Rust-code running on 127.0.0.1:8080 and want to make a GET/POST request to it from rustsite.local (another domain).
However, that is not possible with CORS restriction. I find nowhere in the Actix-CORS documentation on how to allow Access-Control-Allow-Origin so specific domains can make requests to 127.0.0.1:8080.