snok / asgi-correlation-id

Request ID propagation for ASGI apps
MIT License
369 stars 29 forks source link

Remove Access-Control-Expose-Headers response header #67

Closed tlinhart closed 1 year ago

tlinhart commented 1 year ago

As discussed in https://github.com/snok/asgi-correlation-id/discussions/66, handling CORS should better be left to a specialized middleware.

sondrelg commented 1 year ago

Look great at first glance. I'll come back and review properly + release tomorrow most likely :bow: Thanks again @tlinhart