Title: REST API Issue over non HTTPS woocommerce_api_authentication_error
Last modified: August 31, 2016

---

# REST API Issue over non HTTPS woocommerce_api_authentication_error

 *  [PKRulez](https://wordpress.org/support/users/pkrulez/)
 * (@pkrulez)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/rest-api-issue-over-non-https-woocommerce_api_authentication_error/)
 * Hi,
 * Can anyone help me setup me REST API on my woocommerce store over non https. 
   For http as per the docs we need to setup client library to make api calls
 * Just confused how do we setup client library [https://github.com/kloon/WooCommerce-REST-API-Client-Library](https://github.com/kloon/WooCommerce-REST-API-Client-Library).
 * In which folder i need to put these client library files??
 * [http://www.example.com/wc-api/v3/](http://www.example.com/wc-api/v3/) – I get
   the json response, but if i append [http://www.example.com/wc-api/v3/orders](http://www.example.com/wc-api/v3/orders)
   or any other calls i get following erros
 * {“errors”:[{“code”:”woocommerce_api_authentication_error”,”message”:”oauth_consumer_key
   parameter is missing”}]}
 * [https://wordpress.org/plugins/woocommerce/](https://wordpress.org/plugins/woocommerce/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Contributor [Claudio Sanches](https://wordpress.org/support/users/claudiosanches/)
 * (@claudiosanches)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/rest-api-issue-over-non-https-woocommerce_api_authentication_error/#post-7064169)
 * > For http as per the docs we need to setup client library to make api calls
 * Not true, we have docs for it and you can do oAuth1.0 authentication by yourself:
   
   [http://woothemes.github.io/woocommerce-rest-api-docs/#authentication](http://woothemes.github.io/woocommerce-rest-api-docs/#authentication)
 * If you want to use that library, go ahead, no problem, but you can put it in 
   any folder.
 * > [http://www.example.com/wc-api/v3/](http://www.example.com/wc-api/v3/) – I 
   > get the json response, but if i append [http://www.example.com/wc-api/v3/orders](http://www.example.com/wc-api/v3/orders)
   > or any other calls i get following erros
 * Because this library that you are using don’t support **v3**, just **v2**.
 * You can find our official libraries here: [http://woothemes.github.io/woocommerce-rest-api-docs/#official-libraries](http://woothemes.github.io/woocommerce-rest-api-docs/#official-libraries)
 *  Thread Starter [PKRulez](https://wordpress.org/support/users/pkrulez/)
 * (@pkrulez)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/rest-api-issue-over-non-https-woocommerce_api_authentication_error/#post-7064233)
 * Thank you for your reply,
 * So if i want to use the official libraries [http://woothemes.github.io/woocommerce-rest-api-docs/#official-libraries](http://woothemes.github.io/woocommerce-rest-api-docs/#official-libraries)
   then how do i install in my woo-commerce files where do i need to add the code
   libraries(in woocommerce plugin folder).
 * Also, do i need to do any settings over my hosting, currently my website is hosted
   on digital ocean.
 * Regards,

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘REST API Issue over non HTTPS woocommerce_api_authentication_error’ is
closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [OAuth](https://wordpress.org/support/topic-tag/oauth/)

 * 2 replies
 * 2 participants
 * Last reply from: [PKRulez](https://wordpress.org/support/users/pkrulez/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/rest-api-issue-over-non-https-woocommerce_api_authentication_error/#post-7064233)
 * Status: not resolved