Results 6 comments of Alex Cartwright

Update to replace another urldecode with rawurldecode ... fixes issues with signature that contains "+" (they were replaced with spaces)

Haha, you're most welcome! See https://github.com/WP-API/OAuth1/pull/65 for the pull request. I've not tested it with multi dimensional arrays, though from what I understand of the spec it should work. But...

@sarabala1979 Sorry, you have the wrong guy, as people often do with this project. You need @alexec ...

@rnicholus I too would like the behaviour that is documented. Is there a workaround to change the UUID based on a response callback?

Thanks for the quick response, that's just what I was after. Here's what I'm doing for other peoples reference: `onUploadChunkSuccess: (id, chunkData, response) => { uploader.methods.setUuid(id, response.uuid) }`

@lsabi / @gabor-boros just wondering if there was an update on getting this merged in? It would be super useful for us. Thanks