Android volley to handle redirect

Replace your url like that url.replace(“http”, “https”);

for example:
if your url looking like that : “http://graph.facebook…….” than
it should be like : “https://graph.facebook…….”

it works for me

Leave a Comment