You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure adding a global configuration property would be that relevant for the core library, though you can already do the following:
bind a htmx:configRequest listener to your document.body and enforce the trailing slash (the event exposes event.detail.path which is the path the request will be made against)
or, even make a (community) extension to enforce that (if you want to make it available to other htmx developers that might have the same need)
Can we have a meta config that would enforce trailing slash for all requests?
The text was updated successfully, but these errors were encountered: