Skip to main content

Questions tagged [http]

All about programs and services that use the Hypertext Transfer Protocol.

1 vote
1 answer
256 views

For the transcription of audio recordings, I use the following command: fish -c 'echo $fish_pid > ~/.kill_pid;exec arecord -f cd' | \ curl --url https://api.openai.com/v1/audio/transcriptions \ ...
Min-Soo Pipefeet's user avatar
0 votes
1 answer
68 views

cat some_file | http --form POST $url file@- fails with error file@-': [Errno 2] No such file or directory: '-' How am I supposed to specify reading file contents from a pipe with httpie? Docs at ...
Min-Soo Pipefeet's user avatar
0 votes
0 answers
225 views

I have a really hard time with my Grafana on a Debian 11 system. The server seems to be running fine in principle, but I cannot reach it. This happened after I did apt-get upgrade and update on the ...
WolfiG's user avatar
  • 113
0 votes
2 answers
143 views

Using Debian 12 VM. Is there any way to mount in the filesystem, a singular remote file (typically media, e.g. mkv) accessed via HTTP/S path? I've tried various solutions: rclone - won't mount a ...
Gaz's user avatar
  • 29
0 votes
1 answer
319 views

I'm new to writing bash scripts and mostly using chatgpt to get templates right now. I am trying to create a simple netcat based http server which receives and stores .png files. I have a second ...
Brado11's user avatar
1 vote
0 answers
164 views

I'm looking for a network monitor in a top-like interface, but I would like to be able to inspect all requests / responses, not just the IP addresses that are being connected to. I've found several ...
David Anderson's user avatar
0 votes
1 answer
60 views

I'm building a pipeline in Snakemake to analyse some data. One of the data files I'm using is provided as supplemental data as part of this publication. The paper is behind a paywall, but I've ...
Whitehot's user avatar
  • 245
1 vote
0 answers
122 views

I am using libwebsockets C++ library for my http server.  I can download a file using API with postman Response Headers content-type: application/zip content-length: 107627 cache-control: no-store ...
ashok449's user avatar
0 votes
0 answers
285 views

I'm running openSUSE (Tumbleweed), which has worked fine for ages. After running sudo zypper DUP a few weeks ago (and since) suddenly there's a network issue with only some URLs. The ones I can't ...
Greg's user avatar
  • 123
-1 votes
1 answer
211 views

I am using libwebsockets library for https server implementation. Here is the code to serve a file via HTTPS, But I receive HTTPS response without header variable Content-Disposition:attachment; ...
ashok449's user avatar
1 vote
1 answer
145 views

Apache webserver on Rocky Linux 9, with SSL certs obtained from LetsEncrypt. This is the config of a specific virtual host "myvhost", but the problem arises for all vhosts on my server: /etc/...
dr_'s user avatar
  • 32.4k
0 votes
1 answer
2k views

I want to use systemd socket activation to start a service whenever an HTTP request is received on the listening socket. The incoming message is not important and can be discarded by systemd or the ...
tsj's user avatar
  • 207
0 votes
1 answer
169 views

I have fail2ban setup and it's working great for most scanning. It triggers off any 4xx in the nginx error log. However, note the following bot scan. Somehow THIS bot is triggering my server to return ...
Chris's user avatar
  • 103
0 votes
2 answers
158 views

Good day to all. I'll give you an example, I tried it There are 2 entries for BalanceMember in /etc/hosts. Of course, don’t look at these virtual machines, it’s a black box. All requests return to 404 ...
Tsunani's user avatar
  • 13
0 votes
0 answers
179 views

As a test I wanted to temporarily block access to my website. So, I deleted http/https rules using ufw delete command. ufw is set to default deny incoming. The only remaining rule is the one allowing ...
Faxopita's user avatar
  • 179

15 30 50 per page
1
2 3 4 5
22