Trọng Nguyễn

Results 1 comments of Trọng Nguyễn

Can workaround by using codes below to get redirect link. ``` public static String getRedirectLink(String url) { String result = url; try { URL obj = new URL(url); HttpURLConnection conn...