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)
WebAPI call using RestSharp gives status 404; WebRequest succeeds
I've got a section of code to do a call to an external webapi using WebRequest. I'm trying to update it to use RestSharp instead. What am I missing here to make the conversion? The closest question he...
Ron O
Votes: 0
Answers: 1
C# RestSharp v107 -> How use DeserializationAs
i woudl like to upgrade RestSharp Nuget from 106 to 107 version.
In 106 version i using RestSharp.Deserializers namespace and tag like below
[DeserializeAs(Name = "testinfo")]
public string ...
Mahatma Gandhi
Votes: 0
Answers: 1
dotnet not following system proxy settings
I installed fiddler the other week, and now some HTTPs requests only work when Fiddler is open and running. When Fiddler is not open. I have gone into Windows system proxy settings and confirmed that ...
Phalanx
Votes: 0
Answers: 0
RestSharp PATCH API call to update Azure Devops work item throwing BAD Request - "You must pass a valid patch document in the body of the request."
I am using RestSharp v107.
I want to update Iteration Path of a test case. I am able to update it with Postman but using RestSharp I am getting "BAD Request" - "You must pass a valid pa...
KR Akhil
Votes: 0
Answers: 2