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

Add optional contenttype to multipart/form-data request (revised) #170

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

JustinOhms
Copy link

Allow the use of specified content types other than
"application/octet-stream" in multipart file uploads

Servers are sometimes configured to filter multipart content
by content type. If a server is configured this way it will
only process multipart content with a matching content type.

In these cases the default "applciation/octet-stream" will
be skipped unless an expected content type is provided in each
multipart section.

Allow the use of specified content types other than
"application/octet-stream" in multipart file uploads

Servers are sometimes configured to filter multipart content
by content type. If a server is configured this way it will
only process multipart content with a matching content type.

In these cases the default "applciation/octet-stream" will
be skipped unless an expected content type is provided in each
multipart section.
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