Why does that QR Code go to justinsomnia.org?
justinsomnia.org
Why does that QR Code go to justinsomnia.org?
1–10 of 73 posts
Re: Why does that QR Code go to justinsomnia.org?
#2Re: Why does that QR Code go to justinsomnia.org?
#3He sounds like he wouldn't do it on principle, but I don't understand the technical reason why he couldn't.
Re: Why does that QR Code go to justinsomnia.org?
#4Interesting story, though I don't understand what he says at the end about not being able to redirect the QR Code to another link because the QR Code is the link. Why not just send a 302 redirect? He sounds like he wouldn't do it on principle, but I don't understand the technical reason why he couldn't.
And even if he was willing to have his blog redirect to that other site, there's still the issue about all these other misprinted codes. If they point to $randomblog it's mostly funny. If they point (via the redirect) to $possible_competitor, it's much worse
Re: Why does that QR Code go to justinsomnia.org?
#5Interesting story, though I don't understand what he says at the end about not being able to redirect the QR Code to another link because the QR Code is the link. Why not just send a 302 redirect? He sounds like he wouldn't do it on principle, but I don't understand the technical reason why he couldn't.
Re: Why does that QR Code go to justinsomnia.org?
#6So 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.
Re: Why does that QR Code go to justinsomnia.org?
#7I 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.
Re: Why does that QR Code go to justinsomnia.org?
#8Re: Why does that QR Code go to justinsomnia.org?
#9I 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.
Re: Why does that QR Code go to justinsomnia.org?
#10Earlier 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.
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.