Answer for Base64 Javascript vs. Base64 C#.Net and JSON calls
Hi Red, We have the web ui module as an example that sends a Base64 to EvoStream via php curl. EvoStream can accept Base64 C#.Net for sending request to EvoStream server. Though I am not sure how to go about it. On the php side however we send the evostream commands using curl by making this url:http://127.0.0.1:7777/shutdownserver?params=a2V5PWNoZFZ6VDRJZzBVSUl4N0s=
where a2V5PWNoZFZ6VDRJZzBVSUl4N0s= is the Base64 of the parameter for the shutdownserver command. On this case it is key=chdVzT4Ig0UIIx7K
Equivalent cli command:
shutdownserver key=chdVzT4Ig0UIIx7K
Hope this helps
Regards,
Toni
toni
Evostream Staff