Skip to content
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

Added some additional notes on multipart/form-data boundaries #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

petenelson
Copy link

While I was working on some automation via the API, got stuck on trying to add things via the multipart/form-data POST body, and eventually figured out the boundaries in the example body have two more hyphens than the header. This is correct, but with the large number of hyphens in the example, it's easy to overlook this small difference.

---------------------------6688794727912
vs
-----------------------------6688794727912

This PR adds some notes to call out this difference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant