79247846

Date: 2024-12-03 13:48:57
Score: 0.5
Natty:
Report link

try this

[
{
    "AllowedHeaders": ["*"],
    "AllowedMethods": ["GET", "HEAD"],
    "AllowedOrigins": ["*"],
    "ExposeHeaders": ["Content-Type", "Content-Length", "ETag"],
    "MaxAgeSeconds": 3000
}

]

or use a proxy server if still its not working i.e fetch to node server then use in front-end

Reasons:
  • Blacklisted phrase (1): its not working
  • Whitelisted phrase (-1): try this
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Shashank