Node.js URL parameter test
A short snippet written in Javacript for the Node.js environment to test the URL parameter parsing functionality.
From your web browser call the http://pe16.skylightcreative.net.au/paramtest
Node.js server with the parameters you wish to parse.
e.g. http://pe16.skylightcreative.net.au/paramtest?param1=1¶m2=2¶m3=3¶m4=4
Source Code
Back to Web Applications