Satellite server can't read query strings
When we pass query string to satellite, it doesn't read it. The issue occurs whether we use Vanity or long URLs. For example, assume we entered the following url in the browser: http://host:port/context?param=value Satellite acts as if there's no query string entered. However the same scenario works fine if we bypassed Satellite and communicated directly with Sites. Is there any required configuration on satellite server side to enable it to understand query strings in the URL ?