43,819 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Tooling
0
votes
13
replies
172
views
simple/fast way to transfer files from Linux to Windows
I have two computers. One with Arch Linux installation with any modern software. Another with 32bit Windows 7.
My goal is to transfer around 100GB of files from Linux to Windows. I have USB 3.0 to ...
1
vote
1
answer
42
views
In the header "Content-Type: application/json; charset=utf-8", do spaces after colon matter for express?
I'm currently learning Node and express and ran into this recently. If I put spaces after the colon in my header, the request body in node for POST shows up as undefined. But if I remove spaces, then ...
Advice
0
votes
0
replies
50
views
Get keycloak token with curl and 2fa
I have more totp apps registered for my kc account to login with totp. Private and work smartphone and a passwordstore... just to be able, to remove totp for a phone, in case it get lost.
And i want ...
1
vote
1
answer
140
views
Strange behaviour: FastAPI and Curl not working with "localhost" but ok with 127.0.0.1
When I run my first sample (the first official tutorial) using FastAPI, I notice something weird when testing with curl.
I launch the server with:
fastapi dev main.py
To test the endpoint, I execute:
...
1
vote
0
answers
151
views
Why does curl in WSL2 (Fedora and updated Arch) return "Recv failure: Connection reset by peer" on https://sh.rustup.rs?
Problem Description
I am trying to install Rust through rustup in WSL2, but in some
distributions any curl request to https://sh.rustup.rs fails with a
TLS error.
Command:
curl --proto '=https' --...
0
votes
0
answers
58
views
REST API request succeeds via cURL but fails with 500 Internal Server Error when sent from Python (requests) inside ERPNext (Frappe)
I’m integrating ERPNext (Frappe Framework) with the Pakistan FBR DI API.
I’m facing a strange issue:
When I send the request using cURL, the invoice is accepted successfully.
When I send the exact ...
0
votes
0
answers
57
views
Why does Apple iCloud CalDAV always return 400/405 on PUT (creating events)? Is iCloud CalDAV write-protected?
I’m trying to create events on an iCloud Calendar using CalDAV.
READ operations work:
PROPFIND → OK
REPORT (get events) → OK
Authentication with app-specific password → OK
But every PUT request (...
1
vote
1
answer
102
views
Slack files.getUploadURLExternal API returns "missing required field: length / filename" even though fields are provided
I'm trying to migrate from the deprecated files.upload API to the new Slack upload flow using files.getUploadURLExternal.
According to the documentation, the request should include a filename and ...
Advice
0
votes
0
replies
38
views
Spring Boot CommonsRequestLoggingFilter to curl
In Spring Boot I use the standard practice of using a CommonRequestLoggingFilter bean to log the full requests in a debug profile.
2025年11月14日T16:22:26.617+01:00 [362-exec-9] DEBUG ...
-4
votes
1
answer
51
views
Streaming text for CURL with SolidJS & Vercel
Is there any way to stream text when my site gets CURL'd, similar to https://malted.dev/ ? I've tried using Vercel's functions, but I could not get it to return anything other than the HTML. If ...
1
vote
1
answer
87
views
Why might cURL return '(56) Failure when receiving data from the peer' from API when python requests and javascript fetch() work
I am migrating some control software written in python, running on a Raspberry Pi, to Home Assistant. I am having trouble getting a REST sensor to work. The sensor is supposed to post and receive info ...
0
votes
0
answers
64
views
How can I fetch a single nutrition result from USDA Food API?
I'm looking for the USDA Food API that will search their database and return ONE result.
Their guide says to use:
curl https://api.nal.usda.gov/fdc/v1/foods/search?api_key=DEMO_KEY&query=Cheddar%...
-3
votes
1
answer
126
views
Curl completing too late for following instruction
I updated my Fedora OS for the first time in many years, and the python version updated as well. This necessitated some minor changes to my existing code (naked print no longer allowed, <> ...
2
votes
0
answers
93
views
Mason.nvim works on Windows but not on my WSL [closed]
I’m running Neovim 0.10.0 with mason.nvim inside WSL (Ubuntu).
I have 2 Neovim configurations: one on Windows (pwsh) and the other on WSL (ubuntu). On Windows, everything works fine — I can install ...
0
votes
1
answer
74
views
Node JS curl GET error - 'schema-name' is not recognized as an internal or external command, operable program or batch file [closed]
I want to call curl with NodeJS with GET method. I want to pass authorization token and parameter. I've wrote my codes as below:
const url = 'https://external-url?table-name=LD_PRD&schema-name=...