Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qr codes #379

Open
The-Bart-The opened this issue Apr 10, 2024 · 7 comments
Open

qr codes #379

The-Bart-The opened this issue Apr 10, 2024 · 7 comments

Comments

@The-Bart-The
Copy link

No description provided.

Copy link
Member

Hello! How can I assist you with QR codes today?

@The-Bart-The
Copy link
Author

What URL in the form of https://example.com/key?=value can I type into my browser that will return a QR code that resolves to value?

Copy link
Member

To generate a QR code that resolves to a specific value when scanned, you can use online QR code generators that allow you to input the desired content. One example of a URL you can use is https://www.qr-code-generator.com/?url=value, where you replace "value" with the actual content you want the QR code to contain.

Simply replace "value" in the URL with the content you want the QR code to resolve to, and then enter the modified URL into your browser. This will take you to a QR code generator website where you can generate and download the QR code with the specified content.

Please note that different QR code generator websites may have slightly different URL formats, so you may need to explore a few options to find one that works best for your needs.

@The-Bart-The
Copy link
Author

ok but that resolves to a html page. I'm looking for one that resolves to an image

Copy link
Member

I see! In that case, you can use QR code APIs that allow you to specify the content directly in the URL and retrieve the QR code image as the response. One popular API for generating QR codes as images is the API provided by QR Code Monkey.

Here is an example URL that you can use to generate a QR code image for a specific value:

https://api.qrserver.com/v1/create-qr-code/?data=value&size=200x200

Replace "value" in the URL with the content you want the QR code to resolve to. You can also adjust the size of the QR code image by modifying the "size" parameter in the URL (e.g., size=200x200).

Simply enter the modified URL into your browser, and it will return a QR code image that resolves to the specified value. You can then save the image to your computer or device.

Feel free to experiment with different sizes and parameters to customize the QR code image according to your preferences.

@The-Bart-The
Copy link
Author

this is the correct answer

Copy link
Member

I'm glad to hear that the information was helpful! If you have any more questions or need further assistance, feel free to ask. I'm here to help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants