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
Hi @sunshineo it's currently not possible to (easily) parse the data if you have it outside of a Node.js HTTP request object, but certainly something that can get implemented :) !
Hello,
I'm using express-proxy to proxy a form post to s3.
I want to add a field to the form. (The signed signature).
But I do not have a full node request. What I have is the buffer containing the multipart.
The req.bodyContent is the buffer that contains the multipart.
Is it possible for me to use this library or I have to manipulate the buffer manually.
Thank you very much!
==Edit==
I just read https://github.com/andrewrk/node-multiparty/blob/master/examples/s3.js
Maybe I should completely change my pattern. However, I am still interested in the original question. Can you manipulate multipart data before proxy it?
==Edit 2==
Just read detail of https://github.com/andrewrk/node-multiparty/blob/master/examples/s3.js#L45
Maybe this is not possible through proxy since the content length will not be correct.
The text was updated successfully, but these errors were encountered: