TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How to reverse engineer a JSON API on a single page application

4 pointsby ilyazubover 2 years ago

1 comment

ilyazubover 2 years ago
I was debugging the Bing Image Search. Ctrl+Shift+F in the browser dev tools din&#x27;t work to find the request by contents. I&#x27;ve used mitmproxy and then found a up-to-date way to filter responses by string in contents in the devtools.<p>This post contains steps to understand &quot;where the data is coming from in the web app&quot;. Please share your feedback.