79577846

Date: 2025-04-16 18:14:32
Score: 0.5
Natty:
Report link

As someone said above origin!=site , the cookie is being sent from same site here in your case , where both frontend and backend are having same tld that is localhost (port does not matter) .
if it was a different domain like backend.com and frontend.com then it would have been considered as cross site as well as cross origin

Reasons:
  • Whitelisted phrase (-1): in your case
  • No code block (0.5):
  • Low reputation (1):
Posted by: Raghvendra Misra