JSON response format error - red dot\bullet before response

后端 未结 5 1992
南笙
南笙 2020-11-30 09:29

I am sending an AJAX request expecting JSON response. However, the returned JSON is preceded with a red dot\\bullet which is causing a parse error.

Here is a screens

5条回答
  •  庸人自扰
    2020-11-30 09:40

    As mentioned in a comment before: In Chrome, red dots usually represent non-printable special unicode characters.

    Please check your server side code to prevent outputting those characters

提交回复
热议问题