红宝石脚本:
HTTParty.post('http://localhost:3000/change_logs',parameters)
response.body和其他所有的不显示url和响应id
url = "http://example.com/redirects/to/www" response = HTTParty.get(url) response.request.last_uri.to_s # => "http://www.example.com"