Worked example - Debugging HTTP 431 (request header fields too large) in Angular app
The error
I noticed that all my API requests started failing at some point. They all gave the same error in chrome:
GET {localhost url} 431 (Request Header Fields Too Large)
Finding the bug
I had a strong suspicion that this meant the bearer token ...
techblog.timhilton.xyz5 min read