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
battk
08/23/2022, 6:48 PM
TBA is specifically designed to prevent replay attacks
battk
08/23/2022, 6:48 PM
you cant copy an old request and send it again later
v
vincentkang
08/23/2022, 6:58 PM
understood. So I have to generate those authentication manually using some script.🧐
Thank you again for your help.