Hey everyone, please let me know if this is the wrong location for this question.
So we’re having a problem with URL redirects -
Basically we have a QR code we supply to customers which redirects to a PDF document containing information for the customer that is only relevant for 1 week. Each week, we upload a new PDF document.
The hope is that each week, the customer can scan the same QR code and have it redirect to the most recent PDF. However, once someone scans the code, any future redirects just take it to the old PDF (whichever PDF was the most recent when the customer originally scanned the code).
We are thinking this is some kind of caching/cookie issue, but are currently unsure as to how to fix this. Any suggestions are much appreciated.
Thank you!