Hi, I have a worker that I'm using to develop a snippet (have to use worker so that I can profile performance). Due to being a worker I'm using it via hitting a route with it and providing the path of the response it's modifying via a query parameter, however it seems that this URL returns a 404 response, when hitting it from my browser / wrangler locally returns a valid response.