Worker A binding to Worker B leads to `403` error upon runtime fetch call. Why?
I have two works, A & B, A binds to B. When A does the
env.BINDING.fetch(...)
call it leads to a 403 response. That response is NOT coming from our code. Why is CF doing this?
The body response is:
error code: 10032 Replies
Troubleshooting Cloudflare 1XXX errors · Cloudflare Support docs
The errors described in this document might occur when visiting a website proxied by Cloudflare. For Cloudflare API or dashboard errors, review our …
Never mind, I wasn't calling correctly the fetch from the binding.
☑️