I need to make a ticketing system for a local promoter. I have most of the work done for the barcode but this is pretty old. I want to upgrade to use QR code. The security issue i have is when scanning the QR code.
The scanning of the QR code seems to be working but what if someone creates his own QR code with URL destination of different URL that the system uses to validate the code, and outputs the same info as a successfully scanned QR Code as the one i use to validate the QR code.
This chances of this happening is small. But the client has very big events and if this would to happen it can be trouble.
Is the a way that all qr codes i scan will be redirected to my page and i only derive the token in the url to compare with the token in my DB?
Hope it is understandable what i'm trying to explain and any help is appreciated.
Regards,
P