Hi all, i am not sure if I am in a wrong channel t...
# suitescript
v
Hi all, i am not sure if I am in a wrong channel to ask this question. I just made the restlet call working in postman and i am trying to call this restlet using curl now. postman generates curl command from the right side panel and I ran it. but I get
invalid login error
. My question is in order to run curl command, does any special access/permission need to be added to a role?
b
TBA is specifically designed to prevent replay attacks
you cant copy an old request and send it again later
v
understood. So I have to generate those authentication manually using some script.🧐 Thank you again for your help.