Hi ALL.
I want to create a script that posts access to my API server. The API server uses cookie validation, written as follows:
Curl --tlsv1 --silent --cookie ${cookie} --cookie-jar ${cookie}
I want to implement this API access in Routeros.
Any help really appreciated.