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
Current behavior:
Users can enter a short URL that contains a slash character. It counts as valid, but when the user enters the short URL, it will redirect to a 404 page.
Proposed Solution:
Add new validation rules on the front end and the server-side to prevent such thing happens.
The text was updated successfully, but these errors were encountered:
Current behavior:
Users can enter a short URL that contains a slash character. It counts as valid, but when the user enters the short URL, it will redirect to a 404 page.
Proposed Solution:
Add new validation rules on the front end and the server-side to prevent such thing happens.
The text was updated successfully, but these errors were encountered: