RootCauseunvalidated
CORS is enforced by the browser — API authentication (whether by token or by IP) is a server-side protection. Tension: if your attacker can make a call to your API then they are able to ignore your CORS header. Outcome: This is where CORS comes in.
869dae42-0230-4ccb-a1e4-deade41a374d
CORS is enforced by the browser — API authentication (whether by token or by IP) is a server-side protection. Tension: if your attacker can make a call to your API then they are able to ignore your CORS header. Outcome: This is where CORS comes in.