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 has been 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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have noticed an issue when trying to send a request with multipart/form-data:
Setup description:
Main server: localhost:3000 (simple express app with one endpoint).
Dyson running on port 8000.
config:
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 usingrequest
to do the proxy - wondering if there need to be more data provided to make it work with the multipart?The text was updated successfully, but these errors were encountered: