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
a. Either modify the implementation of POST Multiple Multipart-Encoded Files to overwrite the content of the Content-Type header even if it has been defined at the session level
b. Or issue a warning message to inform the developer of their possible error
Hi,
I just wasted two hours because it seems that the POST Multiple Multipart-Encoded Files function does not work if a
Content-Typehas been previously defined at the session level.Example:
Two suggestions:
a.Either modify the implementation of POST Multiple Multipart-Encoded Files to overwrite the content of theContent-Typeheader even if it has been defined at the session levelb.Or issue a warning message to inform the developer of their possible errorWhat do you think?
Best regards,
Stéphane