You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When aiohttp-cors writes an header like Access-Control-Allow-Origin, with the Origin request Header, I think it shoul also emit a Vary: Origin (because the response vary according to the Origin). What do you think?
The text was updated successfully, but these errors were encountered:
When aiohttp-cors writes an header like
Access-Control-Allow-Origin
, with theOrigin
request Header, I think it shoul also emit aVary: Origin
(because the response vary according to the Origin). What do you think?The text was updated successfully, but these errors were encountered: