I’m using
wiremock.net, and I'm trying to enable CORS when I start the docker container. I tried the --enable-stub-cors argument, and I tried setting an environment variable of CorsPolicyOptions=AllowAll, but I'm still getting a CORS error in the browser. Any idea what I'm doing wrong?