htmx icon indicating copy to clipboard operation
htmx copied to clipboard

Make it possible to send form params in the URL, instead of the request body

Open alexpetros opened this issue 2 years ago • 0 comments

Make it possible to use query parameters in DELETE requests via two mechanisms:

  • Expose this as an option in the htmx:configRequest event
  • Introduce a global config

This config should be generic i.e. it will allow you to do so in any request type (including GET) if so desired.

Follow-up issue from #1514

alexpetros avatar Jul 04 '23 21:07 alexpetros