Closed yutackall closed 8 years ago
Content-Type header , in the case described charset, JSON is not sent and query string sent.
Content-Type
charset
code
let headers = { headers: { 'Content-Type': 'application/json; charset=UTF-8' } } config.registerEndpoint('api', 'http://examle.com', headers);
merged https://github.com/SpoonX/aurelia-api/pull/172
Content-Type
header , in the case describedcharset
, JSON is not sent and query string sent.code