woocommerce / wc-api-ruby

A Ruby wrapper for the WooCommerce API.
MIT License
69 stars 74 forks source link

Escape oauth_signature in url query string #2

Closed danielhoey closed 9 years ago

danielhoey commented 9 years ago

The oauth_signature can contain reserved characters (eg '+'). These characters must be escaped in order for wooCommerce to use the same signature when authenticating the request.

claudiosanches commented 9 years ago

:heart: