Hi All
I am trying to set my own headers in a ajax request.
My application is on AngularJS.
I am using $http for sending ajax.
My code is like
header = {
Accept: "application/xml",
ApiKey: apikey
}
$http({
url: urlval,
method: methodval,
data: dataval,
headers: header
})
The ApiKey header is not getting set in IE9. It is working fine for IE10,
Chrome etc
Any help is appreciated
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.