Yaak Logo
Yaak
Feedback/Executing simple "GET" domain/health returns error

Executing simple "GET" domain/health returns error

Alex Gerasimov·a year ago
Up NextBug

GET returns error message:

[2025-03-27][02:16:44][WARN][tauri_app_lib::http_request] Failed to execute request error sending request for url (https://myapi/health) [2025-03-27][02:16:44][WARN][tauri_app_lib] Failed to send request: "error sending request for url (https://myapi/health) → reqwest::Error { kind: Request, url: "https://myapi/health", source: hyper_util::client::legacy::Error(Connect, Custom { kind: Other, error: Os { code: 10054, kind: ConnectionReset, message: "An existing connection was forcibly closed by the remote host." } }) }"

However, the same get request works in a browser, postman, curl, VSCode with api client plug-in.

Alex.

Windowsv2025.1.2

Comments (4)

Sign in to leave a comment.

Gregory Schier

Thanks for the report! Do you happen to have a public endpoint or sample project I can use to reproduce this?

Alex GerasimovOP

Unfortunately, no. This is a private API. The API is hosted in IIS also there is another API also hosted in IIS and that API has no issues, really weird.

Gregory Schier

I think it's likely because Yaak does not hold connections open. It closes them each time upon request completion. I’ll add this to the next beta

Lucas Dell'Isola

I am seeing the same error:

[2025-06-30][10:42:41][WARN][tauri_app_lib::http_request] Failed to execute request error sending request 
[2025-06-30][10:42:41][WARN][tauri_app_lib] Failed to send request: "error sending request → reqwest::Error { kind: Request, source: hyper_util::client::legacy::Error(Connect, Custom { kind: Other, error: Os { code: 10054, kind: ConnectionReset, message: "An existing connection was forcibly closed by the remote host." } }) }"

It also happens for requests to an application in IIS, but requests to other applications in IIS work without any problem. I can also export this request to curl and executing just fine.
I’m using 2025.5.0-beta.2

Type to search feedback...