Redirecting to firebase using ?? request parameters

I am trying to configure redirection domains containing request parameters. However, none of them, I use every URL with request parameters, are ignored.

Here is an example:

"redirects": [{ "source" : "/kunstner.php\\?artist_id=10175", "destination" : "https://listen.no/?artist=10010", "type" : 301 }, { "source" : "/kunstner.php\\?artist_id=12194", "destination" : "https://listen.no/?artist=11998", "type" : 301 } ] 

They work if I run firebase serve and try them locally, but not when I deploy it to firebase.

+5
source share

Source: https://habr.com/ru/post/1241369/


All Articles