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

qt - Using float or double for own QML classes -

javascript - AngularJS - Uncaught Error: [$injector:modulerr] Failed to instantiate module -

ios - Swift Array Resetting Itself -