esi-test-server-docker
esi-test-server-docker copied to clipboard
Add support for query-string processing
Query strings passed in the browser's URL don't seem to be available under $(QUERY_STRING).
For example the browser's URL is: http://localhost:8080/playground?id=1&x=2
And this code shows the values are not passed to the ESI processor esi:varsThe query string is: $(QUERY_STRING)</esi:vars>