Skip to content

Bug fix - POST params should not be added to querystring when making a request

Compare
Choose a tag to compare
@gregsochanik gregsochanik released this 11 Apr 13:30
· 13 commits to master since this release

Fixes an issue where POST params were also being appended to the querystring when a POST request was being made to an endpoint. This was resulting in unauthorised requests from the 7d api - see issue #237