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
In v107 sending parameters as name=value x-www-form-urlencoded using
request.AddParameter("name", "value");
as stated in usage.md no longer works.
What is the correct way?