On Sat, Oct 27, 2018 at 6:38 PM Sylvain Thibault <[email protected]>
wrote:

> How does one send a caret '^' in a URL without encoding it to %5E ?
>
> Using a symbol without a caret works great in the Mojo::UserAgent version
> of the code.
>

Being that we're talking about a query parameter, it seems like we're not
dealing with a routing problem.  Can you see from the log if your action
handler is being processed?  Is so, add `warn $c->param('s')` right after
you set $c to the first parameter and then watch STDERR for what's
contained in the 's' parameter.  Do you have any code in your action
handler that returns a 404, such as $c->reply->not_found?

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to