(413) Request Entity Too Large #351
Unanswered
robin-mi89
asked this question in
Q&A
Replies: 2 comments
-
That's certainly a new one. I assume you're not actually sending a request entity (which wouldn't make much sense, since API is all GET requests). Can you capture the full request and response (including headers) when this occurs? Otherwise there's not a whole lot I can tell you. 4xx errors imply something is wrong with the client, not the server. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing from no-reply. |
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 have a program that is trying to download hourly forecast information from the /gridpoints/{wfo}/{x},{y}/forecast/hourly uri. However, every request made 3 hours after the initial request gets back a (413) Request Entity Too Large error. Do you know why I might be receiving this error?
Beta Was this translation helpful? Give feedback.
All reactions