mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #5203] [bug]: Unable to Route API Requests Through Proxy - Burp Suite – "Network Connection Failed" Error in Desktop App #1984
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#1984
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 @mithu36 on GitHub (Jun 26, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5203
Is there an existing issue for this?
Platform
Desktop App
Browser
Chrome
Operating System
Windows
Bug Description
Issue:
My Requirement is to capture all API request going from hoppscotch in burpsuite. so i created a proxy in burpsuite 127.0.0.1:8080 and added the same in Hoppscotch also. but after adding the proxy for all request it is showing Network connection failed. proxy request failed error.
Steps to reproduce:
POC
Proxy on Burpsuite

Proxy added on Hoppscotch

Tried adding Proxy under the first part also on Hoppscotch where we setup username and pass

Getting network errror
Deployment Type
Self-hosted (on-prem deployment)
Version
V2025.5.4
@CuriousCorrelation commented on GitHub (Jun 26, 2025):
Hi @mithu36, the "Proxy" interceptor is specifically for routing requests through Proxyscotch (a separate proxy server), not for configuring general proxy settings. You can read more about interceptors in our documentation.
For your use case, you'll want to use the "Native" interceptor with proxy configuration instead:
Navigate to
Settingspage -> scroll down and selectNative-> enableProxytoggle just like you did beforeand input your configs in that section.
Once that's done, retry sending the request. Let me know if this resolves the issue for you.
@mithu36 commented on GitHub (Jun 26, 2025):
Hi,
I tried that also.. but again same network error.
In Native if i didn't give proxy 127.0.0.1:8080 it will work but my requirement is to get all in burpsuite so if i add the proxy then it is giving Network error
network error
@CuriousCorrelation commented on GitHub (Jun 26, 2025):
Hi @mithu36, the SSL certificate error you're seeing is expected when using Burp as an intercepting proxy. In your Native interceptor settings, you have "Verify Host" and "Verify Peer" toggled on.
You can turn off the "Verify Host" and "Verify Peer" toggles for the quickest solution. Alternatively, you can use the "CA Certificates" section in your settings to upload Burp's CA certificate.
Let me know if turning off those two toggles resolves the issue.
@mithu36 commented on GitHub (Jun 26, 2025):
Hi @CuriousCorrelation I turned off those two toggles and it is working now.
Thank you for your quick response.! Issue solved
@CuriousCorrelation commented on GitHub (Jun 26, 2025):
Excellent @mithu36 🚀
Glad I could help!