$.ajax({ url: '/path/to/service', method: 'GET | POST | PUT | DELETE', headers: { 'Authorization': 'Bearer ', 'some-other-header': 'some value' }})