-
Notifications
You must be signed in to change notification settings - Fork 864
Open
Labels
Description
Is there an existing issue for this?
- I have searched the tracker for existing similar issues and I know that duplicates will be closed
Describe the Issue
When performing multiple requests from the same tab, i.e. changing the results page to test pagination, the response body is not refreshed, causing false perception that the request did not work correctly.
You have to, either, manually clear response or toggle response presentation to refresh the view.
Steps To Reproduce
- Open an example Laravel project.
- Poll an API endpoint with pagination.
- Change the ?page=X request parameter.
- Poll again without touching anything else on the tab.
With a good chance, the view will still display the previous results.
Screenshots or Videos
2025-12-15_16-08-36.mp4
Operating System
Windows
Postman Version
1.19.1
Postman Platform
Postman VSCode Extension
User Account Type
Signed In User
Additional Context?
No response