I’m using <wiremock.net>, and I'm trying to enable...
# wiremock-dotnet
c
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?
c
How do I set that value when starting the docker container? I'm not starting it with c#
s
All options can be passed as commandline
c
I'm trying --CorsPolicyOption AllowAll with no luck. Also, can expectation Json files be mounted or can it only happen through the Admin API?