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
PSR-7 says that header must be string or string[] but this service sets Access-Control-Allow-Origin to null then allowedOrigins is ['*'], supportsCredentials is true and Origin header doesn't set.
Hi!
PSR-7 says that header must be
string
orstring[]
but this service setsAccess-Control-Allow-Origin
tonull
thenallowedOrigins
is['*']
,supportsCredentials
istrue
andOrigin
header doesn't set.I suggest to add additional check here
The text was updated successfully, but these errors were encountered: