Ajax POST error

Ajax POST error

написао/ла MATEO RIVERA MONSALVE -
Број одговора: 2

Hi, can you help me to solve this problem? Or why does this happen?

If that student changes of computer, VPL runs correctly, but in this PC, VPL doesn't work

(This problem is only with two students)



У одговору на MATEO RIVERA MONSALVE

Re: Ajax POST error

написао/ла Juan Carlos Rodríguez-del-Pino -
Слика Particularly helpful Moodlers Слика Plugin developers
Dear Mateo,
This error shows a communication problem. I can describe the symptom but not the problem reason.
A POST HTTP request commonly contents a header parameter that indicates the size of the payload. This error shows that the size of the payload found differs from the size indicated in the header parameter. In this case, there is no header parameter.

It seems that something (between the Browser and the Moodle server) is removing the header with the payload size.

I don't know the reason. But I would check the following:
- The PC has a virus.
- You are using a buggy proxy.
- You are using a buggy antivirus.
- You are not using HTTPS connections.

Best regards,
Juan Carlos.