How can I attach unencoded "&" character in my RestSharp API request

83 views Asked by At

I am trying connect a wordpress Woocommerce store though the API. The authentication process requires literal "&" Character but RestSharp keeps encoding them to "%26" which is not quite what I want.

0

There are 0 answers