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
"it works because the body is raw json, express with body parser works much better, maybe u can include some of that functionality.
You can try using Postman and compare the differences between robo/server and express with bodyParser, robo doesn't handle form-data or x-www-form-urlencode" @Douzoo on discord.
it seems that he is using things that our robo/server does not handle and I think it would be great enhancement if we supported them, follow me up on this and let me know what you think.
Following up on this, it seems that the params field does not contain the parameters of the request, which is also probably not wanted
I think it might lead users to be confused
The text was updated successfully, but these errors were encountered:
"it works because the body is raw json, express with body parser works much better, maybe u can include some of that functionality.
You can try using Postman and compare the differences between robo/server and express with bodyParser, robo doesn't handle form-data or x-www-form-urlencode" @Douzoo on discord.
it seems that he is using things that our robo/server does not handle and I think it would be great enhancement if we supported them, follow me up on this and let me know what you think.
Following up on this, it seems that the params field does not contain the parameters of the request, which is also probably not wanted
I think it might lead users to be confused
The text was updated successfully, but these errors were encountered: