Merge branch 'master' into bug/3511-query-formData-parameters

This commit is contained in:
Owen Conti
2017-08-03 19:30:50 -06:00
committed by GitHub
7 changed files with 21 additions and 18 deletions

View File

@@ -150,7 +150,6 @@ export const authorizeRequest = ( data ) => ( { fn, authActions, errActions, aut
let _headers = Object.assign({
"Accept":"application/json, text/plain, */*",
"Access-Control-Allow-Origin": "*",
"Content-Type": "application/x-www-form-urlencoded"
}, headers)