spence
spence
CDCloudflare Developers
Created by spence on 6/29/2023 in #workers-help
Making a fetch to a bound service gets "The script will never generate a response." error
2 replies
CDCloudflare Developers
Created by spence on 5/30/2023 in #workers-help
Worker routing not behaving as expected, when the route route is a path below the root of the domain
I see, ok now it makes sense to me, thank you for your patience. For some reason I was convinced that the router would run relative to how it's configured, but I can see now how it would work the same as the js workers, which just have one fetch point. All the routing logic from there is done based on the full URL, so it makes sense how the rust would work now too.
22 replies
CDCloudflare Developers
Created by spence on 5/30/2023 in #workers-help
Worker routing not behaving as expected, when the route route is a path below the root of the domain
I see. It's strange that the rust router, wouldn't just begin the path from wherever the worker is configued?
22 replies