[web2py] web2py doesn't seem to be picking up posted json
I'm using the following function from the documentation for a RESTful web service def POST(table_name,**fields): string = "" if table_name == 'person': for key in fields: string = string + "another keyword arg: %s: %s" % (key, fields[key])
[web2py] why do posts not show?
I posted something last week but it's not showing on the forum, is the group no longer active? Matt