esi-test-server-docker icon indicating copy to clipboard operation
esi-test-server-docker copied to clipboard

Add support for query-string processing

Open javiergarza opened this issue 7 years ago • 0 comments

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>

javiergarza avatar Sep 21 '17 19:09 javiergarza