Re: Sending post from ajax to servlet

2019-04-07 Thread John Dale
Debug pause made your request/db connection/other timeout? On 4/5/19, alejandro.var...@kymsolutions.com wrote: > I have a problem, not always, it happens randomly. Sometimes I send some > data, ~200KB , using jquery ajax, but when I received the request it came > null, but before I debugged in Ch

Re: Sending post from ajax to servlet

2019-04-06 Thread tomcat
On 06.04.2019 02:32, alejandro.var...@kymsolutions.com wrote: I have a problem, not always, it happens randomly. Sometimes I send some data, ~200KB , using jquery ajax, but when I received the request it came null, but before I debugged in Chrome and the data seemed ok. I am using Tomcat 8.5,

Sending post from ajax to servlet

2019-04-05 Thread alejandro.vargas
I have a problem, not always, it happens randomly. Sometimes I send some data, ~200KB , using jquery ajax, but when I received the request it came null, but before I debugged in Chrome and the data seemed ok. I am using Tomcat 8.5, Java 8.201 and Google Chrome on Windows 10. I appreciate a