With the worker pricing model change I have a question about Service Bindings that I cannot fully co

With the worker pricing model change I have a question about Service Bindings that I cannot fully confirm based on old similar questions and the current docs.
If I have a Cloudflare Pages project that does SSR on a page (then triggering a worker request through it's adapter) and I need to request an endpoint on a Hono API that is deployed on another Worker (on a different subdomain) and I wire them as Service Bindings, do I still trigger 2 requests each time a user refreshes the page or the counter get's only the Pages request against my limit?
Was this page helpful?