SpoonX/aurelia-api

enable Content-Type header charset

Closed this issue · 1 comments

Content-Type header , in the case described charset, JSON is not sent and query string sent.

code

let headers = {
  headers: {
    'Content-Type': 'application/json; charset=UTF-8'
  }
}
config.registerEndpoint('api', 'http://examle.com', headers);

merged #172