This is in reference to the Microsoft Tag barcodes (color).
Does anyone have the landing url and correct querystring format that the reader hits to then redirect to the looked up URL. I have manually decoded a tag and I also generated my own tag but I wanted to know the URL that is the tag handler.
The hex in my tag file:
1560652D9BC2DC614D7C8FC711B
The actual barcode data:
60652D9BC2DC614D7C8FC711B
What I am wanting is the correct url something like:
http://something.something.com?code=60652D9BC2DC614D7C8FC711B
I wanted to manually paste the url into a browser and then append the hex code of the tags to test them since I can’t find any tag reader for a win desktop. I don’t personally own a smart phone (yea, I know, I am a dinosaur sometimes) so I can’t simply print and scan.
I poked around in one of the readers for Win6.2 mobi and found some URLs but I don’t have the correct format of the query strings nor do I know which one is the correct url for the tag handler.
TIA,
Wolfie
For the tag on tag.microsoft.com the url looks like this before redirecting:
It points to this page. And I guess it’s a little more complicated than you thought? 🙂
I scanned the tag with my phone and quickly selected the url and copy/pasted it before the browser was redirected to the destination page.
But I have to admit, I’m not sure I understand your scenario? Why do you want to use the (very complicated) url the Tag Reader redirection service uses? The mobile browser will ultimately end up on your site (as you configured it in the Tag Manager) and the only dynamic thing in the url, would be the device ID. And that’s pretty easy to mock/fake for your own testing purposes.