I am trying to do a request from a node service to...
# suitescript
m
I am trying to do a request from a node service to a Suitelet thats available externally using axios, but im getting method not allowed when doing axios.post, anybody has ran into this issue before?
Responding to my issue, apparently adding this header fixes the issue:
Copy code
{'User-Agent': 'Mozilla/5.0'}
👍 1