Adding custom headers to ajax requests #1320
alhoqbani
started this conversation in
4. General
Replies: 1 comment
|
I had the same problem, created a pull request: #4141 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is it possible to add custom headers to ajax requests created by livewire?
I'm using
stancl/tenancyand would like to send tenant id with every request to identify the tenant.Looking at the source code, it seems to me there is no way to add any headers, is there any workaround to intercept the request and add custom headers?
All reactions