SpoonX/aurelia-api

GET request method body not passed as querystring

Closed this issue · 1 comments

When trying to execute .request('GET', 'some/url', {foo: 'bar'}) it warns about:

Failed to construct 'Request': Request with GET/HEAD method cannot have body

Should it not pass the body as a query string if it's a GET?

nope. being a rest client that.ll be a criteria.