How to use static URL route to intercept URL in app route?
Unanswered
Fire ant posted this in #help-forum
Fire antOP
Using http://localhost:4444/search/https:/www.domain.com not work and return 404
Using dynamic url http://localhost:4444/search?query=www.domain.com simply can extract using parameter "query"
I want to use static URL, how can i achieve this?
Using dynamic url http://localhost:4444/search?query=www.domain.com simply can extract using parameter "query"
I want to use static URL, how can i achieve this?