Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 381 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 381 Bytes

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-ext-ajax-header@2.0.1/ajax-header.js"></script>

Usage

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