-
-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FETCH: Custom headers provided in options are overwritten for POST #1622
Comments
Thanks for made it 👍 |
Is there any temporary solution? This problem is exhausting me. |
It will probably take a week or a month to fix it. https://orval.dev/guides/fetch-client#custom-fetch-client |
I fixed it by #1627 👍 |
yeah, im already using custom fetch, but i cant override header outside function. for example
i cant override with
|
@Poylar |
@Poylar @sharenz @scottdickerson A new version V 7.1.1 with the fix has been released, please check it here 👍 |
What are the steps to reproduce this issue?
What happens?
The custom header gets overwritten
What were you expecting to happen?
The custom headers are merged with the other headers.
Proposed fix by shodai on discord:
The text was updated successfully, but these errors were encountered: