python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
c# PostAsync An error occurred while sending the request when deploy IIS
I'am using the HttpClient PostAsync method to call API with requestUri and content, its work fine in my console development, but when deployed to iis and running page get error in InnerExceptions &quo...
Dayat San
Votes: 0
Answers: 1
Can't connect to my repository in GitLab using c#
I created a subgroup in GitLab where I have a test project.
I created an access token for that project.
I'm receiving error 401 or error 404.
I'm going through the GitLab api and not sure if I'm forma...
Jerry_Knight
Votes: 0
Answers: 1
How to sniff network traffic from a mobile app that uses it's own HTTP Client? Is Charles enough?
Over the past few days, i've encountered several problems upon trying to sniff some network from an android application.
What i've done so far:
~Rooted my device
~Installed a frida-server
~Succesfully...
HS Dev
Votes: 0
Answers: 0
when uploading file by post httpclient the file is left with wrong marks
I am uploading a csv file as follows:
string token = await GetTokenAsync();
string path = "C://...";
_httpClient.DefaultRequestHeaders.Add("Authorization", $"Token {token}&qu...
sergiokml
Votes: 0
Answers: 0