When I fetch data from an URL with a 403 response
is = conn.getInputStream();
It throws an IOException and I can't get the response data.
But when I use firefox and access that url directly, The ResponseCode is still 403, but I can get the html content