Closed
Description
DO NOT USE ISSUES FOR QUESTIONS
Describe the bug
Api URL - https://example.com/aps/2/collections/accounts?eq(id,1002305)
Authentication - OAuth1
when trying to POST\GET requests with empty value when using OAuth1 Authentication
getting "Value Cannot Be null" Exception
To Reproduce
POST\GET Request to https://example.com/aps/2/collections/accounts?eq(id,1002305)
with
Request.AddParameter("eq(id,1002305)",null, false);
or
Request.AddQueryParameter("eq(id,1002305)",null, false);
Expected behavior
manage to POST\GET with AddParameter\AddQueryParameter with null value using OAuth1 Authentication
Desktop (please complete the following information):
OS: Windows10
.NET 7
Version 109.0.1