XiaoFaye / WooCommerce.NET

A .NET Wrapper for WooCommerce/WordPress REST API
MIT License
391 stars 217 forks source link

403 error, but same call with Postman does work? #712

Open alex254 opened 1 year ago

alex254 commented 1 year ago

trying to connect to a customer woocoomerce site to Getall products. We have exchanged keys and when we try to sync we receive a 403 forbidden on the call. We've also tried it with sending the keys in the querystring. Also tried it on www subdomain and without.

However the strange thing is: if I post the same call with postman with the keys in the query string it does work. What is the difference between the postman call (in the headers maybe?) and a woocommerceNET call?

thanks Alex