Replies: 1 comment 1 reply
-
|
@beva-sdev Behavior can be produced with different case of the headers. These must be taken into account when overwriting. Can it be because of this. Otherwise, I would actually already note this, I would have claimed. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Dear all,
the API I need to test has in 90% cases headers in form:
Just the get Token (the first request) and revoke token (the lastrequest) are using:
Did following:
Problem: the per request headers doesnt overwrite the default ones.
It seems the defaultHeaders are immutable.
Do we have any solution/workaround?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions