Executing simple "GET" domain/health returns error

Bug
GET returns error message:
[2025-03-27][02:16:44][[33mWARN[0m][tauri_app_lib::http_request] Failed to execute request error sending request for url (https://myapi/health) [2025-03-27][02:16:44][[33mWARN[0m][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
Thanks for the report! Do you happen to have a public endpoint or sample project I can use to reproduce this?
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.
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
I am seeing the same error:
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