htmx/www/extensions/ajax-header.md
2020-06-15 18:26:18 -07:00

443 B

layout title
layout.njk </> htmx - high power tools for html

The ajax-header Extension

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.

Usage

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

Source

https://unpkg.com/htmx.org/dist/ext/ajax-header.js