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 -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -