[GH-ISSUE #3840] [bug]: Windows Desktop Version - Simple request to localhost "Could not send Request" #1347

Closed
opened 2026-03-16 19:56:07 +03:00 by kerem · 9 comments
Owner

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?

  • I have searched the existing issues

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.

image

For reference, the same request is running just fine in Postman.

image

Steps to reproduce

Windows Version v2023.12.5

  1. Create new request
  2. enter URL to endpoint that is known to be running on localhost
  3. click send

Environment

Production

Version

Local

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? - [X] I have searched the existing issues ### 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. ![image](https://github.com/hoppscotch/hoppscotch/assets/131696171/2b55fdef-0216-4b85-a7c3-ec72a947cd2e) For reference, the same request is running just fine in Postman. ![image](https://github.com/hoppscotch/hoppscotch/assets/131696171/217db103-7729-4766-9715-9f572da87a58) ### Steps to reproduce Windows Version v2023.12.5 1. Create new request 2. enter URL to endpoint that is known to be running on localhost 3. click send ### Environment Production ### Version Local
kerem 2026-03-16 19:56:07 +03:00
Author
Owner

@95th commented on GitHub (Mar 7, 2024):

Same on mac desktop app.

<!-- gh-comment-id:1982730260 --> @95th commented on GitHub (Mar 7, 2024): Same on mac desktop app.
Author
Owner

@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.

<!-- gh-comment-id:1983117038 --> @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.
Author
Owner

@ash-eng-spin 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.

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.

<!-- gh-comment-id:1983498300 --> @ash-eng-spin 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. 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.
Author
Owner

@kirito41dd commented on GitHub (Mar 19, 2024):

same, http cannot be sent either

postman:

image

hoppscotch:

image
<!-- gh-comment-id:2006220841 --> @kirito41dd commented on GitHub (Mar 19, 2024): same, http cannot be sent either postman: <img width="696" alt="image" src="https://github.com/hoppscotch/hoppscotch/assets/35095041/91048a60-489f-4164-acd4-41f12579d251"> hoppscotch: <img width="874" alt="image" src="https://github.com/hoppscotch/hoppscotch/assets/35095041/71c5838c-be50-44b7-8530-ad3ea3cad655">
Author
Owner

@kirito41dd commented on GitHub (Mar 19, 2024):

mac m3

<!-- gh-comment-id:2006223965 --> @kirito41dd commented on GitHub (Mar 19, 2024): mac m3
Author
Owner

@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".

<!-- gh-comment-id:2167773168 --> @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".
Author
Owner

@KatyaGolyagina commented on GitHub (Jul 10, 2024):

https://github.com/hoppscotch/hoppscotch/discussions/2051 ?

<!-- gh-comment-id:2219703116 --> @KatyaGolyagina commented on GitHub (Jul 10, 2024): https://github.com/hoppscotch/hoppscotch/discussions/2051 ?
Author
Owner

@data-miner00 commented on GitHub (Nov 12, 2024):

#2051 ?

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.

<!-- gh-comment-id:2470724697 --> @data-miner00 commented on GitHub (Nov 12, 2024): > #2051 ? 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.
Author
Owner

@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.

<!-- gh-comment-id:2696976491 --> @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](https://hoppscotch.com/download) 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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#1347
No description provided.