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
{{ message }}
This repository was archived by the owner on Oct 3, 2023. It is now read-only.
When using postman and sending a request (as presented above) I'm getting no answer from the main server (it is not proxied through the Dyson and it is not arriving to the main server).
Using raw body (json) everything works OK.
I found this behaviour while trying to proxy a file but I think the issue could be related to the multipart/form-data.
I was digging into the code base and found the proxy.js file which is using request to do the proxy - wondering if there need to be more data provided to make it work with the multipart?