Jquery error not identified

0

I think everything comes from asynchronous calls but I can not identify what happens.

Request URL: http://localhost/app/pagines/pacientes-0.asp?id=919
Request Method: GET
Status Code: 500 Internal Server Error
Remote Address: 217.112.91.96:80
Referrer Policy: no-referrer-when-downgrade
Cache-Control: private
Content-Length: 2644
Content-Type: text/html
Date: Sat, 04 Aug 2018 19:20:46 GMT
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
X-Powered-By-Plesk: PleskWin
Accept: */*
Accept-Encoding: gzip, deflate
Accept-Language: es-ES,es;q=0.9
Connection: keep-alive
Cookie: dadaproaffinity=fa10cba727ee31e2dc736a2a6997fcbc2562ee7228fa0d7d0c88859e1fd2e0ba; ASPSESSIONIDACBRRAQB=CCLJMAABPKKLJJDBOMNMJILH; ASPSESSIONIDQQSDRDRC=JJINLKJBHNCMLECKNAGEJKMG; ASPSESSIONIDSSRCTASD=GGAFEGDCHLCILJLMLAEAPIBC; ASPSESSIONIDSQQBSCRC=EPBNIMECNBIJPJKJBHDEONGL; ASPSESSIONIDSCTDTSCS=COHHCMOCHKONPFEDALDDFKDJ; ASPSESSIONIDCSQAQQBR=ACFNONOCOKKMGNODHCDGHGEI; ASPSESSIONIDASQDQRAQ=FDOLHOOCCMLKEKEIGJOHFKPD; ASPSESSIONIDCSSATQBQ=CLLHHAPCEBDPBJDJBCPFIOHN; ASPSESSIONIDAQQDTQBQ=BLENMDPCHIIGBMHKLLFIEJDL; ASPSESSIONIDCSSDSRBR=ODBFCNPCKKINDONINCKHEPHA; ASPSESSIONIDAQQATRAR=OEBNDOPCMOMEHDGFJHEPBBNO
Host: localhost
Referer: http://localhost/app/inici.asp?p=pacientes&id=919
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
X-Requested-With: XMLHttpRequest
id: 919
    
asked by sergibarca 04.08.2018 в 21:11
source

1 answer

0

Check the route of the server request, error 500 means that the server tells you something is wrong, it may be the number of parameters, the types of data you are sending are not correct, if the call refers to to a connection to a BBDD check that you are connecting correctly.

It's what happens to me with the data you posted.

    
answered by 04.08.2018 в 21:39