Giter Club home page Giter Club logo

Comments (5)

claudiosanches avatar claudiosanches commented on August 17, 2024

Looks like you just exposed your API keys to everyone. Better purge it.

from wc-api-ruby.

marcosteixeira avatar marcosteixeira commented on August 17, 2024

Already did :D

from wc-api-ruby.

claudiosanches avatar claudiosanches commented on August 17, 2024

Cool, I'll make some tests with the parameters by the weekend, and I let you know.

from wc-api-ruby.

hobertro avatar hobertro commented on August 17, 2024

Hi @claudiosanches, any update on the issue above for include and exclude filters? I tried making a request to the list orders endpoint with the "include" filter populated with order ids (something like { include: [1234, 4567] }) and it returns an 401 invalid signature error. However, if I provide just the order id, something like { include: 1234 }, it will return that single order successfully. Seems the API gets unhappy when providing an array of parameters in the query string params.

Example: http://sb-woo.com:80/woo/wp-json/wc/v2/orders?include[]=5262

(all credentials and signatures removed for security reasons)

from wc-api-ruby.

claudiosanches avatar claudiosanches commented on August 17, 2024

@hobertro it's because in the REST API expects a string, like http://sb-woo.com:80/woo/wp-json/wc/v2/orders?include=5262,1234,4567.
Sorry for the delay on replying it.
But this why array doesn't works.

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.