bytespider / jsOAuth

JavaScript implimentation of the OAuth protocol. Currently supports version 1.0 (RFC5849) of the specification. Node.js & CommonJS compatible.
http://bytespider.github.com/jsOAuth/
MIT License
557 stars 109 forks source link

urlEncode method does not encode the tab character #47

Closed hyperlink closed 11 years ago

hyperlink commented 11 years ago

The tab character should be encoded as "%09".

Discovered this when tumblr's API rejected posts that had any tab characters.