Expected Behavior
RestSharp should calculate a valid HMAC signature when making OAuth1 api requests
Actual Behavior
Requests would fail if any query string parameters are used, and are passed to Magento in the url field.
Steps to Reproduce the Problem
- Get Magento2 API OAuth credentials
- Attempt to make API requests to Magento with query string params
e.g. to customers/search?searchCriteria[sortOrders][0][field]=created_at&searchCriteria[sortOrders][0][direction]=DESC
- Request will fail on Magento side with
Invalid signature
Specifications
- Version: 106.3.1
- Platform: Windows
- Subsystem: