DEV Community

Cover image for Hmm, that was weird - part 2
Alexander Lazaris
Alexander Lazaris

Posted on

Hmm, that was weird - part 2

This is continuation from part 1, where I present my thought process (rather, my internal dialogue) when troubleshooting a web issue.

Here we are, part 2 of digging into an issue discovered in a web browser. Using browser logs to analyze the API request & response behaviour, I can gain a better understanding of the issue.

hmm2

Bonus: Something else I discovered during this exercise was that Safari allows you to provide a static response file to override an incoming API response.

I've been using Charles for years now and was pleasantly surprise by this native browser-based alternative. Read more here.

Top comments (0)