I have a REST Resource nested on a page and I’m supplying some Additional GET Parameters. One of these parameters takes the form: f.Category%7CFBCategory=
Placing f.Category%7CFBCategory in the Variable Value field breaks the page as does f.Category|FBCategory. Any ideas how to handle special characters here?
The values you are getting as %globals_get_X% you don’t need to pass as dynamic variables in the Nested Asset, you could simply just add these directly to the REST asset’s URL field to see if that makes a difference?
Note that %globals_get^as_url_string% in the REST asset URL field will look for query strings at the frontend top level, not from your nested asset passing them down.