I use php to use a third party to generate a QR code with parameters to scan the data. How can I deal with the data with a url in the data? Will it automatically jump? I use php to use a third party to generate a QR code with parameters to scan the data. How can I deal with the data with a url in the data? Will it automatically jump?
Reply content:
I use php to use a third party to generate a QR code with parameters to scan the data. How can I deal with the data with a url in the data? Will it automatically jump?
Scan the code to return the result, and then process the result. Just js jump or php forward jump.
Is the landlord developing?
Redirection is basically not possible, but it is best to encrypt the url, because it may be parsed!
You cannot restrict all scanning-enabled applications to meet your automatic jump scenario. Some scans will directly display your URL, and some will also check whether your URL is secure, it mainly depends on how the scanning application handles the problem, and the QR code itself cannot be controlled.