I made the experience that it's never a good idea to point a QR code to a fixed domain. Always create a little redirect app where you can define later on what target the link should point on. So for example point the link to http://mysite.com/qr where you have a little redirection-php file that you can edit at all time.
As a user, that would really annoy me. I like to know where I'm going before I put a URL in my browser.
Why does that QR Code go to justinsomnia.org?
11–20 of 73 posts
Re: Why does that QR Code go to justinsomnia.org?
#12Earlier quoted context omitted.
And if you care that much about the URL you should be able to infer from website.tld/qr that it's a QR code specific URL to track hits.
But if it's a redirect, it could send me anywhere. That's what I don't like about it.
Re: Why does that QR Code go to justinsomnia.org?
#13Earlier quoted context omitted.
As a user, that would really annoy me. I like to know where I'm going before I put a URL in my browser.
I don't think the majority of users check the URL of the QR code. Why wouldn't you trust the advertiser? I think it's really rare to see an advert that looks innocent, but actually isn't, and at the same time contain a QR code that has a "malicious-looking" URL.
Re: Why does that QR Code go to justinsomnia.org?
#14Earlier quoted context omitted.
But if it's a redirect, it could send me anywhere. That's what I don't like about it.
You just scanned an unreadable symbol. It could already send you anywhere. Vetting URLs by whether they look like they point at a redirect script seems like overkill.
Re: Why does that QR Code go to justinsomnia.org?
#15Earlier quoted context omitted.
And if you care that much about the URL you should be able to infer from website.tld/qr that it's a QR code specific URL to track hits.
But if it's a redirect, it could send me anywhere. That's what I don't like about it.
Re: Why does that QR Code go to justinsomnia.org?
#16Earlier quoted context omitted.
I don't think the majority of users check the URL of the QR code. Why wouldn't you trust the advertiser? I think it's really rare to see an advert that looks innocent, but actually isn't, and at the same time contain a QR code that has a "malicious-looking" URL.
I guess I'd trust ads more than random QR codes on blogs. My point is, if the point of a redirect is that you can send people to a different page later in time, then you really can't depend on the QR code taking you where you expect, or even to the same page that it used to go to.
Re: Why does that QR Code go to justinsomnia.org?
#17Earlier quoted context omitted.
But if it's a redirect, it could send me anywhere. That's what I don't like about it.
Would you really be worried if AirBNB had a QR code which took you to http://airbnb.com/qr because it might be a redirect which could take you anywhere?
Re: Why does that QR Code go to justinsomnia.org?
#18I made the experience that it's never a good idea to point a QR code to a fixed domain. Always create a little redirect app where you can define later on what target the link should point on. So for example point the link to http://mysite.com/qr where you have a little redirection-php file that you can edit at all time.
As a user, that would really annoy me. I like to know where I'm going before I put a URL in my browser.
For the record, I agree with reviewing the URL before hitting it, but if the domain matches what I expect, I'd be strongly inclined to trust the rest.
Re: Why does that QR Code go to justinsomnia.org?
#19Earlier quoted context omitted.
You just scanned an unreadable symbol. It could already send you anywhere. Vetting URLs by whether they look like they point at a redirect script seems like overkill.
Oh, actually I've never used a QR code reader that didn't show me the URL before letting me decide whether to go there.
Re: Why does that QR Code go to justinsomnia.org?
#20I insist that I check all QR codes before they're sent out, and I scan them with 2-3 different QR scanning apps.
As another commentor mentioned, I often send our QR codes to a redirector URL - either a branded redirector service I built, or to a WordPress site with the redirection plugin, or even to it's very own domain name which is configured for forwarding.