发布于 2012-11-24 18:25:22
发布于 2016-06-17 04:19:45
尝试在请求对象上使用“follow_redirect=true”。
request = HTTPI::Request.new
request.follow_redirect= true
...我自己也有同样的问题。
发布于 2017-08-29 15:33:32
对于任何像我一样从谷歌搜索中来的人。Savon 2.11通过客户机上的全局配置值支持这一点:
follow_redirects: truehttps://stackoverflow.com/questions/13543685
复制相似问题