Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

When using url encoded string in query parameters the route is not recognized ( "%3A") #584

Open
charlyschulte opened this issue Feb 24, 2021 · 1 comment

Comments

@charlyschulte
Copy link

charlyschulte commented Feb 24, 2021

use Siler\Functional as λ; // Just to be cool, don't use non-ASCII identifiers ;)
use Siler\Route;

Route\get('/test', λ\puts('Hello World'));

Calling

/test?filters=f5iOhq-XT%3A4uibHCTuuA

gets no result, so it seems like to route cannot be found.
hope you can reproduce this issue.

@leocavalcante
Copy link
Owner

It seems ok
image

Can you share what you are doing different than:
https://github.com/siler-examples/issue-584

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants