Skip to content

Visit a domain to confirm that parked or not as optional 2 step checking #4

@piquark6046

Description

@piquark6046

Make parkedDomain2 visit a domain directly via got npm package to confirm that the domain is parked or not by following the steps:

  1. Make a HTTP request to a provided domain. (HTTPS-first mode OR HTTPS-only mode)
  2. Make a decision by the following conditions:
    • If the web server has no responses 1 or returns HTTP 4XX error code, parkedDomain2 will consider the domain as alive.
    • If the web server returns a normal webpage as HTML, javascript, CSS, etc, parkedDomain2 will make decision as what the domain is alive.
    • If none of the above conditions are met, continue the steps.
  3. If it detects what status of the domain is 'sell' or 'parked' by processing the received HTML string, the domain will be consider as parked (following redirection is also included)

Footnotes

  1. Closing the connection, the initial connection attempt takes too long, etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions