scala - Final URL when using `withFollowRequests` -


using play ws api, , following simple example documentation:

ws.url(url).withfollowredirects(true).get().map { response =>    ... } 

is there way recover, response or elsewhere, final url reached after following redirections?


Comments

Popular posts from this blog

php - Hide output during test execution -

javascript - Migrate custom AngularJS filter from 1.2.28 to 1.4.x -

Update Magento products with multiple images -