-
Web Echo Server
-
- Start the Web Echo Server from your ocelot account:
python -u ~downeyt/public_html/cnt4713/scripts/WebEcho.py
- Open this page that has two forms for submitting data:
form.html.
- Enter data in the top form and submit.
- View the data that was sent to the Web Echo Server in ocelot. Look for the query string
- Enter data in the bottom form and submit.
- View the data that was sent to the Web Echo Server in ocelot. Look for the query string
-
Web Echo Cookie
-
- Open this page that will set a cookie color=red:
Echo Cookie.
- Reload the page.
- The script concatenates .1 to the end of the color cookie that it receives. As you continue
to reload the page, the cookie value will change.