Jassa-Core icon indicating copy to clipboard operation
Jassa-Core copied to clipboard

Querystring with repeated keys not supported

Open Aklakan opened this issue 11 years ago • 1 comments

http://stackoverflow.com/questions/21534993/how-to-post-multiple-values-same-name-in-node-js-request

We need a browserify compatible way to tackle this...

Aklakan avatar Aug 17 '14 16:08 Aklakan

I added a hack that if there is only a single default-garph-uri, the query string will contain only that single item.

But its not a generic solution, and it sucks piles when such a low level stuff is not properly covered by a library... in the worst case we could apply above prototype hack in order to close this issue...

Aklakan avatar Sep 20 '14 16:09 Aklakan