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
Hey,
what is the best way to disable the authentication headers for a specific request set by this wrapper?
I tried to set 'requesttoken': null but this wont work.
I want to use the same axios instance also for external requests where I'm not allowed to send the requesttoken header.
Brest regards,
Jonas
The text was updated successfully, but these errors were encountered:
Hmm interesting idea. Guess right now the only proper way to do it is using the original axios package directly in combination with this one and switch between the two depending on what type of request you want to send.
Hey,
what is the best way to disable the authentication headers for a specific request set by this wrapper?
I tried to set 'requesttoken': null but this wont work.
I want to use the same axios instance also for external requests where I'm not allowed to send the requesttoken header.
Brest regards,
Jonas
The text was updated successfully, but these errors were encountered: