Is it possible to invoke API for a private Worker using HTTP Service bindings?
Is it possible to make arbitrary API requests from the frontend to the backend using the worker's HTTP Service Bindings? In a typical use case, it is known that a request to a worker can be forwarded to another worker. It is also stated that arbitrary requests can be made by providing a fully qualified URL as shown below.