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
tdietrich
11/16/2021, 2:23 PM
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