well, it was a POST request, then you need to do a “request.post”
the command looks like this in the config:
{"cmd":"request.post","url":"<ProtectedUrl>","maxTimeout":<MaxTimeout>, "postData": "_csrf_token="}
csrf token was custom for the site
girolamotancredi was working on.
Normally you do the request with "postData": " "
! it wont work with: "postData": ""
the space is needed