Hello everyone, do you know if it’s possible to se...
# general
a
Hello everyone, do you know if it’s possible to send POST-requests to a Suitelet which is marked as “Available without login”, or only GET-requests? Or do you need to use RESTlet when sending other than GET-requests from external system? Thanks!
t
Yes, you can send POST requests to Suitelets that are configured as being "available without login." You can get determine the HTTP method that was used by looking at: context.request.method And you can get the request body using: context.request.body
a
Okay, I’ll check it out. Thank you @tdietrich! 🙏
a
That was exactly what I was looking for @battk, thank you and have a good weekend! 😊