cferdinandi / atomic

A tiny, Promise-based vanilla JS Ajax/HTTP plugin with great browser support.
MIT License
540 stars 78 forks source link

X-Requested-With #86

Closed moloclab closed 4 years ago

moloclab commented 4 years ago

"X-Requested-With: XMLHttpRequest" is not present in the Request Header? Why? It would be useful to identify ajax request server side.

Thanks!

cferdinandi commented 4 years ago

I try to keep Atomic as minimal as possible, and not everyone needs that. You can add it yourself with the headers option, though: https://github.com/cferdinandi/atomic#options-and-settings

moloclab commented 4 years ago

Thanks, work like a charm!