You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been using this package successfully for our Azure Functions using v3 programming model (with function.json files).
When we started our migration to v4 programming model we discovered that the parsing of multipart form data fails due to Exception: Missing Content-Type, even if headers from the request are identical as before.
Whats seems have changed is that @azure/functions package use a different definition of HttpRequest in version 4.
At the moment we are using the following workaround, but it would be preferable with support in @anzp/azure-function-multipart package:
We've been using this package successfully for our Azure Functions using v3 programming model (with function.json files).
When we started our migration to v4 programming model we discovered that the parsing of multipart form data fails due to
Exception: Missing Content-Type
, even if headers from the request are identical as before.Whats seems have changed is that
@azure/functions
package use a different definition ofHttpRequest
in version 4.At the moment we are using the following workaround, but it would be preferable with support in @anzp/azure-function-multipart package:
The text was updated successfully, but these errors were encountered: