mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #4617] [bug]: Why would header If-None-Match be included into repetitive GET requests? #1713
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1713
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @abatishchev on GitHub (Dec 14, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4617
Is there an existing issue for this?
Current behavior
When I make repetitive GET requests to a web service I don't control (Azure Resource Manager, ARM) and do it quickly enough, Hoppscotch includes header
If-None-Matchwhich causes a failure.Hoppscotch is a RESTful API testing tool, so I'd expect it not to include additional headers until instructed. I searched for settings to disable the behavior, but I couldn't find any.
Steps to reproduce
See above
Environment
Production
Version
Self-hosted, v2024.11.0
@abatishchev commented on GitHub (Feb 9, 2025):
Bump
@abatishchev commented on GitHub (Feb 5, 2026):
Bump
@liyasthomas commented on GitHub (Feb 5, 2026):
Hi @abatishchev, Hoppscotch itself doesn’t inject the
If-None-Matchheader.If you’re using Hoppscotch client from a web browser, I recommend enabling the Agent mode or Proxy mode from Settings > Interceptor. Alternatively, you can download the desktop app and use Native interceptor mode.
Since the Hoppscotch client doesn’t inject the
If-None-Matchheader automatically, and it’s a native browser API response, I’m afraid we don’t have control over how the browser intercepts the request, except for the alternatives mentioned above.@abatishchev commented on GitHub (Feb 5, 2026):
@liyasthomas fair enough, thanks for the explanation!