79575130

Date: 2025-04-15 12:22:49
Score: 0.5
Natty:
Report link

Make sure that in your fetch() call, you pass the option credentials: 'include' like this:

await fetch("url", { credentials: 'include' })

This is needed when the origin of the request is different from the target (API).

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Rohan Hussain