[cse491] Web form for testing your cookie code

C. Titus Brown ctb at msu.edu
Wed Oct 8 18:14:39 PDT 2008


Hi all,

here's a form that you can use to test your cookie login code.

---
<form method='POST' action='http://localhost:5000/auth/login'>
<input type='text' name='username'>
<input type='text' name='password'>
<input type='submit'>
</form>
---

Just put that in a .html file and reset the 'action' URL appropriately.

--titus
-- 
C. Titus Brown, ctb at msu.edu



More information about the cse491-fall-2008 mailing list