riboseinc / uri_format_validator

Validate URL for Rails
MIT License
3 stars 2 forks source link

Support asynchronous URL reachability validations #59

Open skalee opened 6 years ago

skalee commented 6 years ago

As pointed out by @ronaldtse in https://github.com/riboseinc/uri_format_validator/issues/12#issuecomment-311559198, reachability validation may be slow because of external HTTP requests. Some backgrounding solution is desired. Either as an implemented feature or at least as documentation entry, example, or something like that. Probably the latter.

ronaldtse commented 6 years ago

Agree that documentation is the better idea. We need a working example to show.