Does LocalServer store URL parameters?
Yes. If you use a ResourceStore or a ManagedResourceStore and you store a URL with parameters then whatever was captured for that URL will be served back when that URL is requested. Ex: store.capture(‘foobar.html?foo=1&bar=2’); When the browser requests foobar.html?foo=1&bar=2 it will be served the stored page, but not when it requests foobar.html.