nnovoice / tinyurl

Creating my implementation of a tinyurl
MIT License
1 stars 0 forks source link

Validate the URL inputs #8

Open nnovoice opened 4 years ago

nnovoice commented 4 years ago

We need to validate the incoming URL inputs to make things secure.

raoprasad-zz commented 4 years ago

Assumptions:

  1. No validation needed to ascertain if the URL actually points to an existing site.
  2. Need to tag the source of the request and throttle it is needed.