Groups
Groups
Sign in
Groups
Groups
nodejs
Conversations
About
Send feedback
Help
Passing parameters of multiple types in http post
14 views
Skip to first unread message
madana gopal
unread,
Mar 29, 2019, 12:28:45 AM
3/29/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nodejs
Hi,
We have to send JSON data with two params string and base64 data as values. Please clarify the way to send from http.request() call in nodejs app.
Eg:
{"name" : "xx" , "image" : <base64 encoded image>}
Thanks.
Regards,
Madan
Lukas Wilkeer
unread,
Jun 6, 2019, 9:59:09 PM
6/6/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nodejs
Hi madana.
You can see a exemple of how to post data on this
link
.
You will need to use the querystring module to parse the content.
Regards.
Reply all
Reply to author
Forward
0 new messages