Rychard / GnomeServer

Integrated Web Server for Gnomoria
MIT License
4 stars 3 forks source link

Convention-based endpoint resolution should consider QueryString parameters #3

Open Rychard opened 9 years ago

Rychard commented 9 years ago

When resolving an endpoint, the parameters are not considered at all. Only after a endpoint is resolved are the QueryString parameters accessed, at which point we are unable to redirect the invocation.

Here are some notes regarding this: