FWIW, I think you can still get the url in a POST using a Suitelet instead of RESTlet.
e
Eystein Bye
01/16/2021, 1:29 PM
Yeah, looks like your right. But I guess RESTlet is the better choice when making a REST api
s
stalbert
01/16/2021, 11:12 PM
It depends on your needs. If you need to have more control over the url/params/body processing then a RESTlet isn't a good choice. RESTlets don't expose a REST api anyway.