Giter Club home page Giter Club logo

Comments (7)

choubacha avatar choubacha commented on August 17, 2024

Got this working on my fork by passing the consumer key and secret into the query string of the request. Going to write up a pull request for this as well.

from wc-api-ruby.

claudiosanches avatar claudiosanches commented on August 17, 2024

You can use ?consumer_key=user&consumer_secret=pass on the end of your URL.
But this is not work for API version 3.
This happens only on outdated servers.

from wc-api-ruby.

choubacha avatar choubacha commented on August 17, 2024

@claudiosmweb What is going to be the methodology in version 3? Currently the online documentation for v3 says that it works.

http://woothemes.github.io/woocommerce-rest-api-docs/#authentication

from wc-api-ruby.

claudiosanches avatar claudiosanches commented on August 17, 2024

@kbacha I'll remove it soon.

from wc-api-ruby.

choubacha avatar choubacha commented on August 17, 2024

@claudiosmweb Ok, I feel a little in the dark here. Would you be willing to provide me some more details on how auth will work going forward and how we can continue to support any backward compatibility for our customers?

Requiring a customer to upgrade your product so that they can use ours seems like pushing an undue burden onto application developers and your customers. If there are different means of auth based on different versions, then it stands to reason that the client gem that you put out needs to backward support them (especially if it continues to supports the older versions).

We, at Sellbrite, need to be able to support several different versions and I was hoping that the gem put out by woocommerce would provide the backward functionality to help us with a smooth development process and make our lives easier. If I need to hack the query params for every customer outside of the client gem, then my life is harder, not easier.

from wc-api-ruby.

claudiosanches avatar claudiosanches commented on August 17, 2024

Because v3 implement full basic authentication (conforms to the Basic auth spec).

from wc-api-ruby.

shingara avatar shingara commented on August 17, 2024

This issue is still going on a 2.5.1 woocommerce version on a client of mine. See the woocommerce documentation :

https://woothemes.github.io/woocommerce-rest-api-docs/?ruby#authentication

Occasionally some servers may not parse the Authorization header correctly (if you see a “Consumer key is missing” error when authenticating over SSL, you have a server issue). In this case, you may provide the consumer key/secret as query string parameters.

from wc-api-ruby.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.