Is there a way to test or debug if <https.post> ac...
# suitescript
r
Is there a way to test or debug if https.post actually posts?
b
use an echo service like https://httpbin.org/
r
Thanks @battk