it's not possible to match the ?
it's not possible to match the ?
Route pattern matching considers the entire request URL, including the query parameter string. Since route patterns may not contain query parameters, the only way to have a route pattern match URLs with query parameters is to terminate it with a wildcard, *.So I doubt it would change anytime too soon.
return fetch(request) the request, wouldn't interfere with anything but would cause Worker Invocations still
/post* to go to a worker but not /posts?ggg, if you made a route for /posts* service none, that should be more specific and stop the Worker from running on that path
Rethink DNS is both a stub and a recursive resolver-- sky.rethinkdns.com forwards user requests to another recursive resolver like Cloudflare's 1.1.1.1, but does so in a way that doesn't leak the identity of the client (user). Think of it like a proxy resolver that sits in-between a recursive resolver and you, the user.
max.rethinkdns.com, which runs on fly.io is a recursive resolver and does not forward queries, but resolves DNS answers on its own.
SyntaxError: Unexpected end of JSON input errorsreturn fetch(request)/post*/posts*SyntaxError: Unexpected end of JSON input