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
Post a Comment