/gridpoints 301: Moved Permanently #599
Unanswered
carolynzech
asked this question in
Q&A
Replies: 1 comment
-
I'm not sure what language you're writing in but by guess is that this line:
is causing it to connect to port 80 (HTTP) and the 304 redirect is pointing you to port 443 (HTTPS). Just changing to 443 probably won't be enough. Whatever is declaring client outside of the code you provided will probably have to use an HTTPS equivalent as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to query the /gridpoints endpoint on my Arduino, but I'm getting an error that the location has moved permanently. Attaching the relevant code and screenshot of the error below--any help would be much appreciated.
Getting this error:

Beta Was this translation helpful? Give feedback.
All reactions