python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
HttpClient SyncPost returns 'Web Service method name is not valid'
I'm absolute newby to REST API's stuff, and I try to make a POST with a XML body to a server. The server is ok (I can get some responses for a diverse GET calls), but when I try to make a POST I get ...
user2244184
Votes: 0
Answers: 1
Angular HttpClient Patch Headers in lazyUpdate
in my Angular project I am using the HttpClient (@angular/common/http).
I am successfully doing lots of API requests with POST, GET and DELETE methods, always to the same backend URL and including the...
PietZeHut
Votes: 0
Answers: 1
How To Establishing a Certificate-Based Connection to APNs
I do not know is it correct way or not but I am trying to get certificate from macos keychain and use it on flutter httpclient to establish a Certificate based connection. I just wonder is it possibl...
BarisY
Votes: 0
Answers: 1
HttpClient timeout when requesting accessible webpage
We have implemented a simple health check to verify a website is available.
We are facing timeouts in production.
There is a named HTTP client registered.
The client sends a simple GET request to a pu...
el peregrino
Votes: 0
Answers: 0