I'm trying to perform an insert to a table I know exists but when I do my http request just hangs for a long time and then says "Invalid Request" This takes up to 30 seconds.
When I check the table through the admin page I see that it did actually insert a new record. I've been able to create a new record through the admin interface with no issue. db.users.insert(name="newName") --