Hello,
I have a cisco router that is configurable via REST API. I would like to query in order to get some information.
First step is to get a token that will be used in next "GET" methods as a custom http header:
X-auth-token: 135136khdtg316
I try t...