Skip to content

[S-001] adaptive-fetch returns backend API JSON instead of SPA page content #97

Description

@lidge-jun

adaptive-fetch on SPA URLs (ChatGPT, Next.js) returns raw backend API JSON instead of rendered page content.

Root cause: isAuthEndpoint() misses /backend-api/*, content-scorer gives high scores to JSON blobs, browser-escalation waits only 300ms.

Fixed in commit 3edd046: added isSpaInternalEndpoint filter, JSON blob score penalty, and waitForSpaContent polling.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions