Replies: 4 comments 8 replies
-
Use |
Beta Was this translation helpful? Give feedback.
-
Sorry for the late reply, I can look up the code, but I need a new one as the original one you provided has expired.
|
Beta Was this translation helpful? Give feedback.
-
You gateway IP address has been blocked at the WAF, try using a VPN or proxy to see if the issue persists. To many requests or bad quests can cause this blocking and can be a result of the backend service, for example you send a valid request but the backend service respondes with a non 200 response repeatedly can trigger this. |
Beta Was this translation helpful? Give feedback.
-
Thanks. I've asked support twice if we were being blocked and I kept
getting responses that it's because of the (not) blank user-agent. This is
an integration software being used to connect. I can't tell all the users
to use a proxy or VPN.
UPDATE: And now that someone else checked, the request are working fine. I'll regret still not knowing the cause and solution, but I'll be happy that it's working for now.
Thanks everyone for your help!
…On Wed, Dec 20, 2023, 9:35 PM Joe Perkins ***@***.***> wrote:
You gateway IP address has been blocked at the WAF, try using a VPN or
proxy to see if the issue persists. To many requests or bad quests can
cause this blocking and can be a result of the backend service, for example
you send a valid request but the backend service respondes with a non 200
response repeatedly can trigger this.
—
Reply to this email directly, view it on GitHub
<#673 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BEGFW4KFIKZWPMIZ7KODF73YKOVAVAVCNFSM6AAAAAA7XEEUDOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TSMJUGE4DS>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
A training used the API to get station observations. About a month ago, we started getting a 403 errors. Nothing on our end on how to access the API changed.
We used Postman to test out the API request and it works there. This is the error message:
[ { "code": 403, "message": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http://api.weather.gov/stations/KSFO/observations/latest\" on this server.<P>\nReference #18.dc83017.1700708901.417077d9\n</BODY>\n</HTML>\n", "occurredAt": 1700708901636, "resolved": false, "source": "application", "classification": "connection" } ]
Any ideas on what could cause the error? I tried different User-Agents to see if that might make a difference. It didn't.
I don't know how many people keep the training exercise active, so I don't know if it's realistic to suspect maybe there were too many API requests, which may have caused this. Any insight is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions