htmx/www/content/extensions/ajax-header.md
2023-03-18 11:29:38 -04:00

403 B

+++ title = "ajax-header" +++

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/htmx.org/dist/ext/ajax-header.js"></script>

Usage

<body hx-ext="ajax-header">
 ...
</body>