I want to make a simple post request using ruby. At first I tried it with the gem open-uri. But this answer to a so- question says that it doesn't work. So instead of this I want to use the rest-open-uri gem as recommended in the post. But how does it work? and how does it work using a proxy?
Thanks in advance!