标签: scala playframework playframework-2.3
使用Play WS API,并按照文档中的简单示例进行操作:
public IList<string> GetWidgetZones()
有没有办法从WS.url(url).withFollowRedirects(true).get().map { response => ... } 或其他地方恢复所有重定向后达到的最终网址?
WS.url(url).withFollowRedirects(true).get().map { response => ... }