Nate Wisman
03/21/2019, 7:33 PM{ foo:"bar", hello: "goodbye" }
into foo=bar&hello=goodbye
? And how do I avoid this? I just want the body object to remain a standard JSON object at the destination...rmhollands
03/21/2019, 7:41 PMrmhollands
03/21/2019, 7:41 PMrmhollands
03/21/2019, 7:44 PMjkabot
03/21/2019, 7:47 PM<http://https.post|https.post>({
url: 'dest',
body: JSON.stringify({ foo: 'bar', hello: 'goodbye' })
});
jkabot
03/21/2019, 7:48 PMNate Wisman
03/21/2019, 7:49 PMNate Wisman
03/21/2019, 7:49 PMNate Wisman
03/21/2019, 7:49 PMbattk
03/21/2019, 7:50 PMbattk
03/21/2019, 7:50 PMbattk
03/21/2019, 7:50 PMjkabot
03/21/2019, 7:51 PM