mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #3840] [bug]: Windows Desktop Version - Simple request to localhost "Could not send Request" #1347
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#1347
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 @ash-eng-spin on GitHub (Feb 16, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3840
Is there an existing issue for this?
Current behavior
I cannot run a simple GET request to localhost. There is a lot of support/information for running against localhost for the web version, but not the desktop version.
I have Native interceptor selected. It's a simple get request that has no body, param, headers, etc. I've also tried selecting Proxy with the same results.
For reference, the same request is running just fine in Postman.
Steps to reproduce
Windows Version v2023.12.5
Environment
Production
Version
Local
@95th commented on GitHub (Mar 7, 2024):
Same on mac desktop app.
@95th commented on GitHub (Mar 7, 2024):
I debugged the application and it turned out to be because of untrusted SSL certificates (self signed). Fixing that resolved the issue for me but it would be nice to have an option to disable SSL validation. I could not find any such options exposed from Tauri's HTTP module.
@ash-eng-spin commented on GitHub (Mar 7, 2024):
Thanks for looking in to this! Having an option to disable SSL validation would be nice for sure. It's fairly common feature of API client software.
@kirito41dd commented on GitHub (Mar 19, 2024):
same, http cannot be sent either
postman:
hoppscotch:
@kirito41dd commented on GitHub (Mar 19, 2024):
mac m3
@lhchong commented on GitHub (Jun 14, 2024):
I also encountered the same problem. The project is deployed in the intranet, and many three-party systems in the intranet use privately signed ssl certificates. Hoppscotch fails directly in the request for an insecure SSL. Tip: unable to send request. It is almost unavailable in the scenario of private SSL certificates.
we need a switch that " ignores SSL security".
@KatyaGolyagina commented on GitHub (Jul 10, 2024):
https://github.com/hoppscotch/hoppscotch/discussions/2051 ?
@data-miner00 commented on GitHub (Nov 12, 2024):
We are talking about desktop app, not installable PWAs. It's a bummer that we'll need to install any sort of extension for a desktop app for something basic like this to work.
@liyasthomas commented on GitHub (Mar 4, 2025):
Thanks for your patience and valuable feedback. We’ve fixed this bug in the latest release.
Download the latest builds and provide your valuable feedback.
Closing this ticket as this bug is now fixed in the recent version. Please feel free to reach out if you have any other concerns.