Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello everybody,at the moment I am trying to establish an authentication towards a FortiNet Firewall Appliance via the RESTAPI.Therefore i need to send a HTTP POST Request.I think thats working fine, but from the request I should get a authentication...
Hi Orf,thats right - my response is no JSON.Here is the full response from CURL POV:--------------------------------------------------------------------------------------------root@FESVMDSMLMNG003:~# curl -X POST -k https://1.2.3.4/logincheck -d "use...
Hi Orf,tried a lot, but I think there is still something missing or other than in the example.What I need at first is, to display the Cookie/Header which I get from my initial POST.When I go i.e. with curl like: curl -X POST -k https://1.2.3.4/loginc...
For the SSH Part all is looking fine now. I would have had a question about UCSD and UCS, but I dont want to Hijack this thread... where should I place it correctly?
Hi Alex,is there any option to add my User Inputs as a variable in the SSH script?e.g. I need to setup a VLAN on a N5K as Fabricpath. So I want to reach this with a SSH script which simply sets up my newly created VLAN in "mode fabricpath".You or som...