udacity / ud843_Soonami

Other
119 stars 552 forks source link

USGS updated to https #19

Open Kaylen-Pillay opened 5 years ago

Kaylen-Pillay commented 5 years ago

Hey guys!

The USGS_REQUEST_URL has changed to https. This means that the current request url string will result in a HTTP 301 error response code (Moved permanently). Changing the request url from "http:// ... " to "https:// ... " fixes this.

Response codes 200!!!! Yay

sahs228 commented 4 years ago

Yeah, I had problem in showing anything. I got 301 error, which said that the url is invalid. But all i had to do to fix it was to add "s" after "http" to make it work.