http://localhost:8080/bid?name=foo&client=1234&bid=100, I only see HTTP GET calls output in the terminal. Do I need to do something with forms? I'm using web.py >>> s = u"Hello, World!">>> su'Hello, World!'>>> str(s)'Hello, World!'>>> repr(s)"u'Hello, World!'"
Thanks for the detailed responses. I'll take a closer look at those links you posted in your first response and try to get it right.