ilguala
ilguala
- Wordpress version: 5.8.3, - WooCommerce version: 5.5.1 - WooCommerce.NET version: 0.8.4 ``` var wcClient = new WCObject(new RestAPI($"{this.configuration.Url}/wp-json/wc/v3", this.configuration.Ck, this.configuration.Cs, requestFilter: (r) => r.UserAgent = "ShopConnector c# app")); await...
This is my code in my MVC C# project. ResponseHtml is always empty on IE11 browser ``` try { var disposition = new System.Net.Mime.ContentDisposition { FileName = "Test", Inline =...
the last commit is not in the 0.8.6 nuget release.