views:

189

answers:

1

I'm working with an API which needs extra security information sent along with an HTTP request as meta-information in headers. Is it possible to set those in an XMLHttpRequest?

+6  A: 

Yes, see: http://www.w3.org/TR/XMLHttpRequest/#setrequestheader

Michael Morton