API request being blocked, presumably due to Worker IP?
My app needs to call the UK government's data API. This works fine if I test locally (I get a JSON 200), but not when I test remotely or deploy my app (the response is a 403 forbidden).
Is there anything I can do about this or has anyone faced anything like this before? Obviously, serverless being what it is, IPs are not fixed, though I would have expected my app's IP to be UK-based when I call it from the UK.
0 Replies