I have a device which is connected via ethernet and receives settings via a web browser interface.
When the user clicks "Update Settings" the button calls a URL which has the format
{{IP}}/cgi-bin/webinterfaceSharedMemoryClient.cgi?key=value&key=value&key=value
where the {{IP}} is the set IP of the device.
Does anyone have an idea how I could send this using Ruby, without using a web browser?