Closed crlsndrsjmnz closed 7 years ago
API is giving me error 301 Moved Permanently on QueryUtils.java, line 113.
Full response is:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">301 Moved PermanentlyMoved PermanentlyThe document has moved here.
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
The document has moved here.
To fix it, I changed the USGS_REQUEST_URL variable to use HTTPS as shown below:
USGS_REQUEST_URL
private static final String USGS_REQUEST_URL = "https://earthquake.usgs.gov/fdsnws/event/1/query";
Please check other branches and DidYouFeelIt app.
API is giving me error 301 Moved Permanently on QueryUtils.java, line 113.
Full response is:
To fix it, I changed the
USGS_REQUEST_URL
variable to use HTTPS as shown below:Please check other branches and DidYouFeelIt app.