On Android 6.1, the browser kernel is the QQ browser X5 kernel. As a result, Ajax PUT and DELETE methods cannot obtain parameters in the PHP background. On Android 6.1, the browser kernel is the QQ browser X5 kernel. As a result, Ajax PUT and DELETE methods cannot obtain parameters in the PHP background.
Reply content:
On Android 6.1, the browser kernel is the QQ browser X5 kernel. As a result, Ajax PUT and DELETE methods cannot obtain parameters in the PHP background.
The solution logic is: Convert put to post when ajax beforeSend is used, so that the parameter can be passed over. At the same time, add an identifier for backend parsing and identification to go to the corresponding put method.
It seems that the QQ browser does not support put and delete, and is implemented using compatible methods.
How did you solve the same problem?
Post or get requests