Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for query-string processing #3

Open
javiergarza opened this issue Sep 21, 2017 · 0 comments
Open

Add support for query-string processing #3

javiergarza opened this issue Sep 21, 2017 · 0 comments

Comments

@javiergarza
Copy link

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants