Re: [web2py] py4web issue on get requests

2020-02-22 Thread Christian Varas
Hi Torrini, I don’t know what is causing the error but you can use a local proxy like burp suite to catch your client request and see what’s wrong with that request. If is malformed you can see with with this. Cheers. El El sáb, 22 de feb. de 2020 a la(s) 01:38, Edoardo Torrini < edoardo.torr...

[web2py] py4web issue on get requests

2020-02-21 Thread Edoardo Torrini
Good morning, I am a software developer and I want to create a project client-server. The client is wrote in c# with xamarine and the server on py4web. The client create request with some parameters and the server reply with a data in json form. I use celery for scheduling the request and I creat