Join the AI Workshop and learn to build real-world apps with AI. A hands-on, practical program to level up your skills.
It’s important to note that in any request sent using htmx we have access, server-side, to a number of HTTP headers we can use.
We’ve got quite a few useful ones:
HX-Current-URLthe URL the request comes fromHX-Targettheidof the target elementHX-Triggertheidof the triggered elementHX-Trigger-Namethenameof the triggered element
Remember, target = the element we’ll print the response to. trigger = the element that triggered the request.
We’ve talked about HX-Prompt already, if you have a prompt in the tag, you get what the user wrote in the prompt in this header.
See the full list of request headers: https://htmx.org/docs/#request-headers