Join Slack
Powered by
I am using <https.post> in a UE script to send alo...
# suitescript
j
JessicaL
05/13/2022, 4:22 PM
I am using
https.post
in a UE script to send along some data to an external URL. If I log the
https.post
, I'm getting the response back from the external URL but how do I log what I am sending out? I'd like to see all of the headers and params, etc.
b
battk
05/13/2022, 4:23 PM
post to an echo service like
httpbin.org
instead
j
JessicaL
05/13/2022, 4:23 PM
Thank you! I'll try that.
JessicaL
05/13/2022, 4:30 PM
Do you know if there are any instructions for this site? I want to be able to see specifically what netsuite is sending out from the customer record.
b
battk
05/13/2022, 4:33 PM
make the post to
http://httpbin.org/post
battk
05/13/2022, 4:33 PM
log the response body
j
JessicaL
05/13/2022, 4:38 PM
Got it. Thanks again!
2
Views
Open in Slack
Previous
Next