Hi all, I'm trying to implement the <cloudflare sd...
# ask-questions
s
Hi all, I'm trying to implement the cloudflare sdk. According to the UI we are connected, but when the worker requests the url <API-host>/sub/<sdk-key> it 401s. The endpoint <API-host>/api/features/<sdk-key> returns 200. This means that any routes errors and skips to the proxy url we provided. Seems like the request is missing a key. Any idea on what we've missed to fix this?
h
Hmm, the worker should not be requesting anything from /sub. Just wondering, is this a user (browser) initiated request that is getting proxied through CF, or is the worker directly trying to reach the /sub endpoint? Any additional details you can share, including sample URL where this is implemented, would be helpful. Feel free to DM me if you prefer