Variable Reader

Overview

This is a simple web application designed to help debug web apps. It reads and displays variables passed to it through either HTTP GET or HTTP POST.

To use this app, simply make it the target of an HTML form. You do this by setting the form's action attribut to the url of this page.
(i.e. action="http://iamjohnhenry.com/labs/vr/" )

If you want to test it out, but don't have a form to use, you can try the one located here.

BONUS!: Once variables are displayed, you have the option to submit them to any other webpage. For example, if you have a variable named "q" submitted via GET, you can then submit it to "http://www.google.com/search" to have google peform a search query on it's value. Try it out!


No variables have been submitted to this page. Variables will be displayed here. Try submitting from this page.