How to find out if a domain is registered with a client?

I would like to introduce users of a web application in a form in which they enter the name of the proposed domain, and then using JavaScript, the client looks for whether it is available.

Is there any way to do this without involving my own car? How to send an AJAX request from a user's browser to any web service that is looking for domains? Is there such a service?

+3
source share
3 answers

There are several domain search API services (for example, http://www.dynadot.com/domain/api2.html ), although I do not know any support callbacks, I have not read most of the documentation either.

, , ( PHP , ) ( , AJAX). (, JSONP), .

0
+3

: http://lbolla.wordpress.com/2011/04/05/get-registered-domain-in-python-and-javascript/

reg-dom-libs (http://www.dkim-reput.org/regdom-libs/) Javascript Python.

+1

Source: https://habr.com/ru/post/1782686/


All Articles