68,014 questions
Best practices
0
votes
3
replies
30
views
BizTalk Server 2020: Best practice for exposing HTTP POST endpoint to receive JSON and write to file (HTTP adapter vs WCF-WebHttp)
I am completely new to BizTalk, so please excuse if this is a basic question.
I am working with BizTalk Server 2020 and my goal is fairly simple:
Expose an HTTP endpoint on the BizTalk server
A ...
-2
votes
0
answers
31
views
Changing the colour of a folder in a SharePoint document library [closed]
I am trying to change the colour of a folder in a SharePoint document library in Power Automate Online using an HTTP request.
Unfortunately, I keep getting the error âBad Gatewayâ.
Here is a ...
-1
votes
0
answers
55
views
Trigger ERR_CONNECTION_RESET HTTP error for debugging a website
My end user is failing to download any files from my website, with the following appearing as a console error upon each attempt:
net::ERR_CONNECTION_RESET 200 (OK)
It seems strange that the status ...
Best practices
0
votes
2
replies
61
views
How to compress data during HTTP upload (request body) without client-side web compression?
I want to compress the data being transferred in an API over HTTP, specifically during file upload from client to server.
Most examples I found focus on response compression (server â client) using ...
0
votes
1
answer
60
views
JetBrains inconsistency with Multipart Requests on FastAPI
I'm using JetBrains to develop a FastAPI app.
One of the routes of my API is supposed to receive multiple files in a multipart/form-data request with all the files as a single input form.
In my ...
0
votes
3
answers
222
views
Does Chrome (or any other browser) upload INPUT TYPE="FILE" multiple files in parallel with HTTP 2
According to a comment in response to List is null for large files. Reproducible at will : -
Yes... the actual spec: datatracker.ietf.org/doc/html/rfc7578 - when a request is using multipart/form-data ...
Advice
0
votes
4
replies
36
views
With python's aiohttp serving both HTTP (port 80) and HTTPS (port 443), how can we know which port requests come from?
This current question relates to an earlier question that was asked here in stackoverflow around 5 years ago:
aiohttp how to expose two port 80 and 443 for http and https?
That question received a ...
Advice
1
vote
2
replies
21
views
Does HTTP really use UT1?
I just had the need to parse an HTTP Expires header and I was somewhat surprised that it wasn't an ISO format and especially by the fact that it names GMT as the time zone.
Nowadays the term "GMT&...
0
votes
0
answers
143
views
Go http client.do returns error and nil response
I'm currently working on a web crawler in Go, and it found this URL: https://git.btlr.sh. When checking whether this domain has a robots.txt file, the crawler throws an error.
I've replicated the ...
0
votes
1
answer
33
views
Boomi HTTP Callout works in request phase but not response phase (Gravitee 3.3.13)
Iâm using Boomi API Management with an underlying Gravitee 3.3.13 gateway.
I attached an HTTP Callout Policy to an API proxy.
When attached to Request, the external API is called successfully.
When ...
0
votes
0
answers
31
views
Why does the overall average response time for long connections (keep-alive) exceed that for short connections (close) in performance tests?
Why does the overall average response time for long connections (keep-alive) exceed that for short connections (close) in performance tests? Why is this, and how can it be optimized?
wrk performance ...
1
vote
1
answer
59
views
Apache, mixing http and https virtual hosts [closed]
I am hosting 6 websites. One is for my personal use, and access is intended to be https. So a self-signed cert is just the ticket. I created the cert, and that virtual host works on https.
However, ...
3
votes
2
answers
90
views
Is PUT method the right choice for creating a new row in table?
I have always ignored the existence of PUT method and used POST for requests with body. Which actually isn't a semantically invalid way. But I came to this question in this specific recurring case:
...
0
votes
0
answers
50
views
Safari redirect to authenticated page succeeds, but Safari rejects new authentication cookie
We've integrated with our client to enable seamless authentication across our sites without having to set up OAuth or any other federated stuff. This works for all browsers except Safari, where the ...
1
vote
0
answers
51
views
Why does the `must-revalidate` Cache-Control directive enable shared caches to store and reuse responses for requests with an Authorization header?
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 ...