Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
3 replies
30 views

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 ...
Flat3ric's user avatar
-2 votes
0 answers
31 views

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 ...
David Diethelm's user avatar
-1 votes
0 answers
55 views

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 ...
Nitrox Tank's user avatar
Best practices
0 votes
2 replies
61 views

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 ...
AnonymousUser's user avatar
0 votes
1 answer
60 views

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 ...
Mathieu Monfort's user avatar
0 votes
3 answers
222 views

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 ...
McMurphy's user avatar
  • 1,474
Advice
0 votes
4 replies
36 views

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 ...
HippoMan's user avatar
  • 2,350
Advice
1 vote
2 replies
21 views

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&...
AndreKR's user avatar
  • 34k
0 votes
0 answers
143 views

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 ...
Nicolas Gatien's user avatar
0 votes
1 answer
33 views

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 ...
John's user avatar
  • 718
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 is this, and how can it be optimized? wrk performance ...
taotao's user avatar
  • 1
1 vote
1 answer
59 views

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, ...
fyngyrz's user avatar
  • 2,736
3 votes
2 answers
90 views

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: ...
M. Ali Efe's user avatar
0 votes
0 answers
50 views

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 ...
Nitrox Tank's user avatar
1 vote
0 answers
51 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

15 30 50 per page
1
2 3 4 5
…
4535