No, it’s not possible. I don’t believe this would added as a feature any time soon (if at all), as we match based on the pathname and not the complete URL.
No problem. I think it could be a useful feature, but it’s obviously up to you guys if you want to introduce it.
Here’s my use case:
When someone hovers their cursor near a link on my MPA website, I preload it in the background ready for them if they click on it. Right now I have an authentication edge function running on every GET. I don’t want this edge function to run the authentication logic when I’m preloading a link and there doesn’t seem to be a config option to exclude it running when it’s being preloaded.
Edit: This feature doesn’t support query parameters which was the original request. I don’t agree with excluding based on query parameters, but excluding based on path.