jayryanj / URLookup

Checks URL for maliciousness
MIT License
1 stars 0 forks source link

Error handling for bad user input #2

Closed jayryanj closed 3 years ago

jayryanj commented 4 years ago

The project works on valid URLs, but there is no code in place to handle bad input from the user. This issue requires handling errors returned by the urlscan.io API and creating a way to display this to the user. Could also prevent the front-end from sending invalid URLs to avoid waiting on the API to respond to bad input.

jayryanj commented 3 years ago

Created feedback that prevents the user from inputting an invalid URL that's missing the protocol.