-
-
Notifications
You must be signed in to change notification settings - Fork 366
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
Multipart boundary mismatch when using search params #209
Comments
Seems like We should be able to workaround the bug by deleting the content type header first, as proposed in one of the open PRs, but that isn't a great solution. I wonder if we can reconfigure the |
Current workaround - just delete header in beforeRequest hooks( should add at the end)
|
Multipart boundary in
content-type
does not match boundary in body when using ky withsearchParams
. This bug was introduced in #208The following example is effectively what happens here
ky/index.js
Line 242 in d6ff489
The text was updated successfully, but these errors were encountered: