mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #4929] [bug]: proxy interceptor doesn't work on desktop #1858
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#1858
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 @Athorcis on GitHub (Mar 21, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4929
Originally assigned to: @CuriousCorrelation on GitHub.
Is there an existing issue for this?
Current behavior
When enabling proxy interceptor on the desktop app (on Windows/MacOS (maybe Linux)), all requests fail, with the error
Proxy request failedSteps to reproduce
Logs and Screenshots
Environment
Production
Hoppscotch Version
Cloud
Interceptor
Proxy - Desktop App
Browsers Affected
Not applicable (Desktop app)
Operating System
None
Additional Information
I tried to reproduce the bug with my self-hosted proxyscotch, and I found that when the error "Proxy request failed" is returned by the proxy, there are no logs emitted by the server and the only case where that can happen is when the Origin header doesn't match allowed origins. By default, all origins are allowed so that would mean that the Origin header is never sent by the app.
@jazuntee commented on GitHub (Dec 3, 2025):
I get the same error. Looking at the request from the desktop app shows that desktop app is only setting referrer header and no origin header.
@Leon-Luu commented on GitHub (Jan 22, 2026):
@CuriousCorrelation any plans to fix this? Seeing same issue