A wildcard character '`' before json reponse was entertained. And this cause syntax error. `{"draw"

A wildcard character '`' before json reponse was entertained. And this cause syntax error. `{"draw"

asifamjadasifamjad Posts: 1Questions: 1Answers: 0

Link to test case: Ajax based server sided datatables data rendering
Debugger code (debug.datatables.net):
Error messages shown: {"draw":"1","recordsTotal":0,"recordsFiltered":0,"data":[]} **Description of problem**: Json response is returned with status 200 but a character before the json repose

Answers

  • kthorngrenkthorngren Posts: 21,336Questions: 26Answers: 4,951

    The response is from your server code. We will need more info about your server script. Can you post a link to your page so we can take a look?

    What are you using for your server code?

    What debugging steps have you taken with your server code to find out what the extra character is?

    Kevin

Sign In or Register to comment.