I bypassed AWS API Gateway auth with a trailing slash. Got $12K bounty.

I was poking at a fintech’s mobile API and noticed something that made no sense. GET /v1/accounts returned 401. GET /v1/accounts/ returned...

The Unexpected Importance of the #TrailingSlash For many using Unix-derived systems today, we take for granted that /some/path and /some/path/ are the same. statusl.ink/theunexpecte...