Skip to content

URL Extraction - Build incomplete URLs #2

Description

@jjackson37

Need a way to convert incomplete URLs to usable ones, e.g. "/Foo/Bar" to "example.com/Foo/Bar".
The process needs to identify these URLs and convert them without affecting the currently complete URLs.
Possibly think about seperating out classes with RegEx that will return these URL types?

  • HTTP/HTTPS check
  • Top level domain check
  • Incomplete url check
  • Data strucutre / interface for checks
  • Source for top level domain check

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions