Hey Guys, are there any known workarounds for doin...
# suitescript
m
Hey Guys, are there any known workarounds for doing a HTTPS.PATCH server side. in this case in a suitelet?
s
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)
s
I've been looking for a solution too 😞
m
Wow. i did not expect such an easy fix. seems like the Graph api supports it https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/http-verb-tunneling?view=odsp-graph-online thanks!
unfortunately even though it is documented it does not seem to work. always replies as if it were a post