htmx-ext-ajax-header
v2.0.1
Published
This extension adds the `X-Requested-With` header to requests with the value "XMLHttpRequest".
Downloads
843
Readme
This extension adds the X-Requested-With
header to requests with the value "XMLHttpRequest".
This header is commonly used by javascript frameworks to differentiate ajax requests from normal http requests.
Install
<script src="https://unpkg.com/[email protected]/ajax-header.js"></script>
Usage
<body hx-ext="ajax-header">
...
</body>