Hey Guys, are there any known workarounds for doing a HTTPS.PATCH server side. in this case in a suitelet?
s
scottvonduhn
06/24/2020, 12:28 PM
The only method I am aware of, and it must be supported by the end point http server you are calling, is verb tunneling using the X-HTTP-Method-Override header (if that header doesn't work, sometimes either X-HTTP-Method or X-Method-Override will instead, depending on the remote server)