Extendy / SmartyURL

SmartyURL is a PHP-based web application for Smart URL management, Sharing, shortening, and analytics, featuring smart redirects.
https://docs.smartyurl.extendy.net/
MIT License
12 stars 2 forks source link

URL identifier unique ? #50

Closed ghost closed 1 year ago

ghost commented 1 year ago

Are URL identifiers case-sensitive? For example, are the following two identifiers the same:

secure_wordpress secure_WORDPRESS If they are different, then this could lead to problems if two users try to create resources with the same identifier, but different cases.

mshannaq commented 1 year ago

The Url is not cas sensitive, so secure_wordpress & secure_WORDPRESS is the same and can be used once.

This is due the database record becuase url_identifier columns is Unique