I have set corsVaryOrigin to True, as below, but I get no Vary: Origin in the response from the server. Fix for now for me is to set this header using WAI middleware.
Thanks for the bug report and my apologies that it took me so long to reply to it. The issue got fixed in PR #2. It will be included in version 0.2.4 which I am planning to release soon.
I have set
corsVaryOrigin
toTrue
, as below, but I get noVary: Origin
in the response from the server. Fix for now for me is to set this header using WAI middleware.