You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the downloaded (of 11/07/17 19:48:02, version 1.0) Database.sql , which is empty initially.
After doing:
INSERT INTO zone (zone_name) VALUES ('com');
INSERT INTO domain (dom_handle, dom_unicode_name, dom_port43, zone_id) VALUES ('DOM1', 'whiterabbit', 'whois.hinet.net.', '1');
I'm using the downloaded (of 11/07/17 19:48:02, version 1.0) Database.sql , which is empty initially.
After doing:
INSERT INTO
zone
(zone_name
) VALUES ('com');INSERT INTO
domain
(dom_handle
,dom_unicode_name
,dom_port43
,zone_id
) VALUES ('DOM1', 'whiterabbit', 'whois.hinet.net.', '1');I was expecting http://myserverip:8080/rdap/domain/whiterabbit.com would return me 200 yet I got 404...
So I'm wondering if a fully inserted sample schema would be available for reference.
Thank you
The text was updated successfully, but these errors were encountered: