-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Make parkedDomain2 visit a domain directly via got npm package to confirm that the domain is parked or not by following the steps:
- Make a HTTP request to a provided domain. (HTTPS-first mode OR HTTPS-only mode)
- 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.
- 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
-
Closing the connection, the initial connection attempt takes too long, etc. ↩
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request