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
Previously we were using v1.10.1 which did not enforce the headers to be lowercase. After upgrading to v1.11.0 the cors.New() constructor is forcing all the headers to be lowercase.
Previously we were using v1.10.1 which did not enforce the headers to be lowercase. After upgrading to v1.11.0 the
cors.New()
constructor is forcing all the headers to be lowercase.v1.10.1 constructor
v1.11.0 constructor
The text was updated successfully, but these errors were encountered: