Dear all ,
I despair of the following API call:
My Code:
using (HttpClient client = new HttpClient())
{
try
{
var request = new HttpRequestMessage(HttpMethod.Post, url)
{
Content = new StringContent(body, Encoding.UTF8, contentType)
}...
Hello developers.
I would like to understand how you would solve the problem below:
An application that makes a large number of requests to an external API, this external API in recent days has been showing several request errors, so I needed to set up a structure that keeps trying several...
hi guys, I just learned httprequest not long ago, I am not really good about it, but I can still request to login some basic pages without recaptcha, when I use this site it requires a "captcha" in its data form, so how can I bypass it to be able to login
This is the website I am using to...
Hello,
I have a database in Access with this architecture:
and I need with Linq to calculate and return the total price of a candidate’s training knowing that only the candidate who has attended at least 5 trainings gets a 20% discount.
how to get this result with linq?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.