Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
0 answers
47 views

From the point of view of normative references — RFC 9110: HTTP Semantics and RFC 9111: HTTP Caching — what is the rationale of having the must-revalidate cache directive have the effect of allowing ...
Dan's user avatar
  • 10.1k
3 votes
1 answer
64 views

This is my Python3 code: try: with urllib.request.urlopen(myURL, timeout=1.0) as page: response = page.read().strip().decode("UTF-8",errors='replace') except TimeoutError as e: ...
ullix's user avatar
  • 537
-1 votes
0 answers
64 views

I am trying to install CBLAS directory on my server where the instructions say the following. In src/Makefile, modify the following variables to your system settings: CBLASDIR = directory of BLAS ...
JoeriDo's user avatar
  • 67
1 vote
1 answer
37 views

I have a server that I make rest calls towards that returns part of its information through headers instead of putting it all in a body, sadly I do not own the code that runs on the server so I can't ...
David S's user avatar
  • 319
-1 votes
2 answers
152 views

A simple proxy in Perl runs as a CGI on the webserver of my ISP. It's purpose is to forward https GET and POST to a http webserver running on my PC. With that https works without the need of any TLS ...
JBart's user avatar
  • 59
2 votes
1 answer
132 views

I'm trying to parse HTTP requests for fun and I'm currently stuck because the method I'm using blocks until input is received. byte[] buffer = new byte[1024]; while (!request.isDone()) { int n = ...
Advice
0 votes
2 replies
78 views

I'm building an HTTP server and parsing request headers. My current code fails when the Host header includes a port number because I'm splitting on :. Current Code: String[] header = line.split(":...
0 votes
2 answers
110 views

I have an Angular front-end and Quarkus back-end running locally on my machine, without any infrastructure like nginx, Kubernetes, etc. Using the application, I am uploading large files (order of ...
0 votes
0 answers
54 views

After the app stays in the background for 6–8 hours or overnight, all Supabase requests fail with: AuthRetryableFetchException(message: HandshakeException: Connection terminated during handshake, ...
0 votes
0 answers
88 views

I have to upload a file to an embedded device running an API. First, I tried to write methods to do this in a test project. This works great: private static async Task<HttpResponseMessage?> ...
Advice
1 vote
1 replies
74 views

We can fully emulate SMTP with current technology. Clearly, I can send a JSON containing the title, the body, and any other email information. The forwarding and replying mechanism can just be regular ...
Best practices
1 vote
3 replies
125 views

I know that the current options are: creating a thread, a fork or a non-blocking socket? What are the main advantages and disadvantages of all options? What would be the recommendation for a small ...
Puscas Raul's user avatar
Best practices
0 votes
1 replies
42 views

Given some object: class Foo { metadata_field1: ..., metadata_field2: ..., file: Blob } Let's also consider definitions where Foo has multiple Blob attributes, or an array of Blobs, or even ...
Best practices
0 votes
2 replies
44 views

My client has requested that I provide a response from my API that looks like the following: { "entity_type": "company", "registered_date": "2020年01月01日",...
EMN's user avatar
  • 163
1 vote
0 answers
106 views

I'm not good at English, so I used a translator. Please understand that we cannot show all the code. Currently, I am trying to open AP mode in ESP32 and send HTML information to the connected person. ...

15 30 50 per page
1
2 3 4 5
...
4538

AltStyle によって変換されたページ (->オリジナル) /