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