Re: [web2py] UWSGI - nginx and web2py - special chars bugged, not showing any data on requests.vars/post_vars

2015-10-30 Thread Niphlod
I seem to recall the exact same "problem" with a different title the question stays the same, though: you need to pack a minimal app PLUS a client to reproduce the issue -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py

[web2py] UWSGI - nginx and web2py - special chars bugged, not showing any data on requests.vars/post_vars

2015-10-29 Thread Gustavo Moreira Freitas
Hello guys, I have a little trouble with my ubuntu 14.04 32 bits/web2py/uwsgi/nginx.I install web2py using setup-web2py-nginx-uwsgi-ubuntu.sh from last version. When i send my json without special characteres(like é ç ê), my restful work very nice. However when i sent any special char, does

Re: [web2py] UWSGI - nginx and web2py - special chars bugged, not showing any data on requests.vars/post_vars

2015-10-29 Thread Kiran Subbaraman
These are things I would do to debug this situation: * does this work ok on your local system? * On the deployed server, check to see if you are able to send the special chars data via the GET, and POST requests. Is the server not having access to this data in for both these verbs? * On