You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Request returns desired search result
Stack trace
Request failed with status code Unauthorized
at RestSharp.RestClient.<ExecuteAsync>d__0.MoveNext()
at RestSharp.RestClientExtensions.<GetAsync>d__14.MoveNext()
Desktop (please complete the following information):
OS: [e.g. Windows 10]
.NET version [e.g. .NET 6]
Server to reqeust Linux server.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
* Fixes OAuth1 signature with special characters (#2126, #1945)
* Adds test for parameters encoding
---------
Co-authored-by: Eleonora Adova <eleonora.adova@riscogroup.com>
DO NOT USE ISSUES FOR QUESTIONS
Describe the bug
If you use special characters like: éèç you get error authentication fail.
HttpRequestException: Request failed with status code Unauthorized
To Reproduce
Example code was VB convert to C# for faster responce:
Removed code not important to report the bug.
AddParameter or AddqeuryParameter no difference
Expected behavior
Request returns desired search result
Stack trace
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: