giandonatoinverso / PHP-Dynamic-Qr-code

PHP Dynamic Qr code is a script that allows the generation and saving of dynamic and static QR codes
MIT License
260 stars 76 forks source link

HTTPS url are accepted, HTTP url not accepted #5

Closed davemaxx closed 1 year ago

davemaxx commented 2 years ago

When I try to create a static or dynamic QR Code with an http url, the software displays a message under the url field saying "Insert a value in the requested value" (translated message from Italian Firefox browser). If I type the same url with https, it works. Is it possible to make the program accept http url too?