node-oauth
node-oauth copied to clipboard
should _normalizeUrl strip query params?
If I submit the url foo.com?search=bar
, the _normalizeUrl
method strips the query string, and the url comes out as foo.com
...
At least in the LTI spec (oauth 1.0) http://lti.tools/oauth/ this is not the expected behavior!