Skip to content

ibrahimozkn/leov4.common_domains.validator

 
 

Repository files navigation

Leo4 Domain Validator

This is a micro service to validate domains that is created by customers to understand if the domain is really owned by customer or not.

This project has its own simple database and the aim of this database is to store secrets to be checked by this service and the domain name itself.

Endpoint

These endpoints will be used to check if the domain is valid or not;

Get validation key

URL: GET https://api4.plusclouds.com/dvs/validation-key?domain=niyel.com.tr
params;
- domain

Response;
[
  {
    "key": "........................."
  }
]

Check validation

URL: GET https://api4.plusclouds.com/dvs/domain
params;
- domain: Domain name of the website like; niyel.com.tr
- method: http|dns(cname)

Reponse;
- is_valid: true|false

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 58.1%
  • Blade 41.6%
  • JavaScript 0.3%