vercel/serve

Make redirections support query strings

Open

#393 aberto em 30 de mai. de 2018

Ver no GitHub
 (6 comments) (5 reactions) (0 assignees)TypeScript (719 forks)batch import
help wantedpatch

Métricas do repositório

Stars
 (8.811 stars)
Métricas de merge de PR
 (Mesclagem média 45d 1h) (2 fundiu PRs em 30d)

Description

I've been using version 6.5.8 and I was able to serve URLs with query string, example: http://localhost:5000/code.html?26482

The query string "?26482" is missing a parameter name, and that's intentional because it's the only way it works.

Adding the parameter causes it to serve without the query string, try: http://localhost:5000/code.html?id=26482 for instance.

When updated to version 7, none of this works (with parameter and without parameter).

Guia do colaborador