udacity / ud843-QuakeReport

Discover earthquake activity around the world.
Other
343 stars 1.17k forks source link

URL not showing any earthquakes #78

Closed katherinebabineau closed 7 years ago

katherinebabineau commented 7 years ago

This is the url that I used, and it works:

https://earthquake.usgs.gov/fdsnws/event/1/query

Kvaibhav01 commented 7 years ago

Yes, you need to add https protocol and not http

elmaso commented 7 years ago

Other wise you get a 301 error back in android studio and the app dosen't show any data... it's confusing for the students

ghost commented 7 years ago

using http returns a 301 error. Use https instead. Tested