Why doesn't jQuery.parseJSON() work on all servers?

前端 未结 3 1774
旧时难觅i
旧时难觅i 2020-12-20 18:42

Hey there, I have an Arabic contact script that uses Ajax to retrieve a response from the server after filling the form.

On some apache servers, jQuery.parseJS

3条回答
  •  情书的邮戳
    2020-12-20 19:17

    I don't see anything related to parseJSON()

    The only difference I see is that in the working example a session-cookie is set(guess it is needed for the "captcha", the mathematical calculation), in the other example no session-cookie is set. So maybe the comparision of the calculation-result fails without the session-cookie.

提交回复
热议问题