You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library allows to build and display a barcode by calling it directly from your browser. If it seems like a fancy and easy way to produce a barcode. Actually it is a very bad idea. It allows other people than yourself to call build their own barcodes with your code. This is absurd.
You should instead build your barcode from your own script like below. It will also solve your problem.
Hi, I cannot be able to pass url with & in barcode dmtx or qr.
If I use %26 (& in urlencode), barcode seams do not draw correcly.
I need to pass a url like "https://www.domain.ext/wp-admin/post.php?action=edit&post=123"
Any idea?
Thank you, Luca
The text was updated successfully, but these errors were encountered: