Answer for Base64 Javascript vs. Base64 C#.Net and JSON calls
Hi Red, That url that I provided is just an example. The example uses the shutdownserver command of evostream with a parameter of key=chdVzT4Ig0UIIx7K. Kindly note that the value of key changes. You can replace this on the url with any cli commands that are valid on evostream (pullstream, pushstream etc…..) and the parameters of that command should be base64 encoded using the variable params. For the shutdownserver command I used, please see this links for more information on the CLI commands of evostream; User’s Guide: http://www.evostream.com/evo_evals/EMS% … 0Guide.pdf How To: http://www.evostream.com/evo_evals/EMS%20How%20Tos.pdf API Definition: http://www.evostream.com/evo_evals/API%20Definition.pdf Someone wrote:C# Webpage response from EvoStream: Code: {"data":null,"description":"Shutdown key provided is invalid","status":"FAIL"}The fact that you got these as a response means that you were able to send the shutdownserver command to evostream but your parameter key is wrong because that is just an example I provided. Please also note that the response is JSON. The point is you can use that C# Webpage you just created to send commands to evostream. Hope this helps, Regards, Toni
toni
Evostream Staff