17 Jan 2020, 01:12

The following curl command currently works when executing from a Linux/GNU terminal:

curl -X GET -H 'Accept: */*' -H 'Accept-Encoding: gzip, deflate' -H 'Connection: keep-alive' -H 'User-Agent: python-requests/2.21.0' 'http://192.168.1.32/MainZone/index.put.asp?cmd0=PutZone_OnOff%2FON'

It sends a command to turn on my Marantz AV Receiver.

How would I go about translating this for use with Flic?