Hi I'm getting a strange behaviour with cors enabl...
# talk-oathkeeper
n
Hi I'm getting a strange behaviour with cors enabled. When providing the following configuration:
Copy code
serve:
  proxy:
    port: 4477

    cors:
      enabled: true

      allowed_origins: ["*"]

      allow_credentials: true

      debug: true
The response I receive from the proxy contains multiple 
Access-Control-Allow-Origin
 headers.