We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Get current asked url

Hello,

I have a little question. How can I get the current asked url in a Mirco-Application?



98.9k
Accepted
answer

This way:

$app['router']->getRewriteUri();