Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • And if you use the redirected URL instead...? Commented Apr 7, 2019 at 18:39
  • @Majenko Thanks for your your suggestion. I just checked, and the url that is claimed as the destination (alphavantage.co/…) is the final destination. It does not redirect. Commented Apr 7, 2019 at 19:01
  • But that is not the URL you are using. You use URL A. The website sends you a redirect message (301) with URL B. You then need to take the Location: header and do a GET of that new URL. Basically it's filling in the missing default parameters for you and handing you a full URL to use. If you just use that new URL instead of your current one (i.e., add all the missing parameters) then it should work. Commented Apr 7, 2019 at 19:12
  • Thank you again. I just edited the URL that the Arduino uses to (alphavantage.co/…), and it is coming up with the same output on the serial monitor (with the new destination). Commented Apr 7, 2019 at 19:44