TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

4 点作者 ilyazub超过 2 年前

1 comment

ilyazub超过 2 年前
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.