ElixirTeSS / TeSS

Training e-Support Service using Ruby on Rails.
Other
12 stars 15 forks source link

Remove source URL validation in scraper #1056

Closed fbacall closed 6 days ago

fbacall commented 1 week ago

Summary of changes

Motivation and context

A user created a source with a URL that returned a 301 redirect. This worked fine when testing, but was considered invalid when running through the scraper. The URL format is already validated when creating a source, and any issues when resolving the URL should be raised when running the actual Ingestor.

Checklist