Anyone knows the Ruby's counterpart of cURL?
I am trying to send XML through HTTP POST but I keep getting Bad Request and Unauthorized. I saw the sample source code in PHP and saw that the sample code uses cURL to do this.
Anyone knows the Ruby's counterpart of cURL?
I am trying to send XML through HTTP POST but I keep getting Bad Request and Unauthorized. I saw the sample source code in PHP and saw that the sample code uses cURL to do this.