close
Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
0 answers
85 views

We are trying to test ReadTimeOut exception by using useHttps() method of MockWebserver3, but unable to get this error. Please suggest if we can achieve this with useHttps() method, while upgrading ...
Score of 1
1 answer
151 views

I am trying to retrieve time from the Bybit exchange. Curl works as expected, but my code in Rust works only with HTTP/1.0, HTTP/1.1 is getting complete silence and HTTP/2 is getting an error from ...
Advice
1 vote
4 replies
111 views

I’m building a custom web browser in C to interact with specific target URLs. Target frequency is human-level requests (once every 1–3 minutes). I use GET/POST requests and avoid automation or ...
Best practices
0 votes
1 replies
76 views

I am wondering where I should put http basic auth delegate methods in my xcode project, given the conditions below. xcode 14.0 objective-c it has a tab bar controller, which has four view controllers....
Best practices
0 votes
1 replies
64 views

My team is currently implementing an integration between an SAP system and an API platform managed using IBM API Connect. In our current setup, the SAP system can only communicate using the HTTP ...
Score of 0
1 answer
230 views

I want to be able to get visibility of the client's certificate in my middleware. I have verified that, in Postman, the certificate is being sent. I tried this on both Linux and Windows 11. The root ...
Score of 0
1 answer
38 views

Has anyone found a reliable way to stop N/https from forwarding the original Authorization header during a 302 redirect? The Problem: > I’m calling a third-party endpoint that redirects to a signed ...
Advice
0 votes
4 replies
98 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 ...
Advice
3 votes
7 replies
126 views

Background I'm developing a web app. Persuading browsers to treat the test site like a live site so that testing can actually be done, seems to be the hard part. My (lack of) Understanding As I ...
Score of 0
0 answers
119 views

I'm building a Flutter app and HTTPS API calls fail only on older Android phones(Android 7 and below). On modern devices everything works. If I bypass certificate validation like this: class ...
Score of 1
0 answers
115 views

I’m running into a strange TLS/HTTPS issue in my Flutter project and can’t figure out why it only happens inside Flutter/Dart. I have a backend API hosted at: https://my-backend/api/v1 If I call the ...
Score of 3
0 answers
139 views

A dio.get() call that takes only 150 ms with curl blocks for 6–8 seconds on the client side. The pause happens before Dio prints the first REQUEST log line, so the delay is not caused by DNS, TLS, or ...
Score of 0
0 answers
163 views

I am developing an Android app similar to Yacine TV that streams video content using a WebView. However, on some devices running Android 12 and 13, the video player shows a black screen while the ...
Score of 0
0 answers
71 views

Context: I am trying to build a Spring Boot application and have exposed a REST api endpoint to upload files(as large as 1 GB). Question: Since the data transfer for a multipart file happens in chunks ...
Score of 0
0 answers
1875 views

On a development server hosting a web application that can be accessed via http and https (through self-signed unsecure certifcate that needs the browser to force accept the certificate), Firefox won'...

15 30 50 per page
1
2 3 4 5
1664