mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #4886] [bug]: Can't send REST api request using #1838
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#1838
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 @Leon-Luu on GitHub (Mar 14, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4886
Is there an existing issue for this?
Current behavior
On self-hosted Hoppscotch we are not able to make REST API request using the proxy interceptor. It ends up on "Network connection failed" response as shown on picture below.
When choosing

This is seem on latest version 2025.2.X. Could you please confirm this is not a problem?
Steps to reproduce
docker pull hoppscotch/hoppscotch
docker run -it --network hoppscotch-network --env-file .env --entrypoint sh hoppscotch/hoppscotch
pnpm dlx prisma migrate deploy
After db migration access http://localhost:3000 and test
Logs and Screenshots
Environment
Production
Hoppscotch Version
Self-hosted
Interceptor
Proxy - Web App
Browsers Affected
Not browser-specific
Operating System
Windows
Additional Information
It is working on https://hoppscotch.io/ but not on selfhosted
@CuriousCorrelation commented on GitHub (Mar 14, 2025):
Hi, you cannot use
https://proxy.hoppscotch.io/as Proxy URL for Proxy Interceptor from Self-Hosted setup, you can get more information from the Proxy Interceptor Docs.You can host your own proxyscotch server either locally like this (example for MacOS aarch64)
or by using hoppscotch/proxyscotch docker image
After that you can set Proxy URL like so
and use Proxy Interceptor on Self-Hosted instances. You can learn more about proxyscotch from Proxyscotch readme