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
For incoming requests, the Host header is promoted to the
Request.Host field and removed from the Header map.
Therefore, it is Request.Host that needs to be compared against
the origin of a request.
Fixes: #60
When
AllowAllOrigins
is set tofalse
, a request with same origin and host should not be subject to the AllowOrigins-check.The text was updated successfully, but these errors were encountered: