mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 21:21:21 -03:30
Adding a body to our OPTIONS requests fixes 415 error responses in IE11 and Edge.
This commit is contained in:
parent
780b27e0ed
commit
a22955d466
@ -258,7 +258,8 @@ export default
|
||||
return $http({
|
||||
method: 'OPTIONS',
|
||||
url: this.url,
|
||||
headers: this.headers
|
||||
headers: this.headers,
|
||||
data: ''
|
||||
});
|
||||
} else {
|
||||
return this.createResponse({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user