Skip to content

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

Open
JustinOhms wants to merge 3 commits intoparnurzeal:developfrom
NavigatingCancer:develop
Open

Add optional contenttype to multipart/form-data request (revised)#170
JustinOhms wants to merge 3 commits intoparnurzeal:developfrom
NavigatingCancer:develop

Conversation

@JustinOhms
Copy link
Copy Markdown

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