标签: ruby-on-rails
HTTPClient.get("http://xyz.com:port/abc")
拒绝访问(policy_denied),但
HTTParty.get("http://xyz.com:port/abc")
完美运作