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
if {latest.response.headers} matches "(?i)Access-Control-Allow-Origin:\s+\*" and
{latest.response.headers} matches "(?i)Access-Control-Allow-Credentials:\s+true" then
report issue:
severity: info
confidence: firm
detail: "Credentialed CORS requests cannot used wildcards origins."
remediation: "Specify an explicit allow origin. Refer to the Mozilla CORS documentation for technical details: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#requests_with_credentials"