Skip to content

Responses are not intercepted on page reload #161

Description

@churixho

My SPA site is built using ReactJS + Redux + react router.
Let's say we have page A whichs load a.json and page B which loads b.json

Case 1: Go to page A; intercept a.json; then refresh the page
Results: a.json is not intercepted

Case 2: Go to page A; intercept b.json; then go to page B
Results: b.json is intercepted successfully

Expected behaviour: Response could be intercepted upon page refresh

Activity

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions