xibosignage / xibo-dotnetclient

Xibo for Windows .NET Player
GNU Affero General Public License v3.0
63 stars 91 forks source link

HTTP Commands #200

Closed dasgarner closed 3 years ago

dasgarner commented 3 years ago

Implementation in the CMS: https://github.com/xibosignage/xibo/issues/2248

Sample command:

http|<url>|<content-type|application/x-www-form-urlencoded|application/json|text/plain>|<request-config>
http|http://localhost/test.html?param1=2&param2=3|application/x-www-form-urlencoded|{"method":"GET","headers":"{\"header1\":\"header1-value\"}","body":"sendme=please&sendmetoo=svp"}