The data format of the front-end request for encryption and verification

the encryption method in the background has changed. It used to be the key-value pair of formdata, but now it becomes this. How does the front end send this data format?

Mar.13,2021

https://developer.mozilla.org.


it is true that the above screenshot can be generated using the FormData constructor.

if you are using jq ajax, add

to the configuration.
            processData: false, // data
            contentType: false, // ,
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b414d6-2c59b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b414d6-2c59b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?