Hacker News new | ask | show | jobs
by JdeBP 2625 days ago
I expect that several people can.

* http://jdebp.uk./FGA/web-fully-qualified-domain-name.html

    % dnsqr a ai.uwaterloo.ca.
    1 ai.uwaterloo.ca:
    74 bytes, 1+2+0+0 records, response, noerror
    query: 1 ai.uwaterloo.ca
    answer: ai.uwaterloo.ca 286 CNAME wms-redir1.uwaterloo.ca
    answer: wms-redir1.uwaterloo.ca 286 A 129.97.128.216
    %
    % fetch -v -o /dev/null http://ai.uwaterloo.ca./ 2>&1|head -n 6
    looking up ai.uwaterloo.ca.
    connecting to ai.uwaterloo.ca.:80
    requesting http://ai.uwaterloo.ca./
    301 redirect to https://uwaterloo.ca/artificial-intelligence-group/
    looking up uwaterloo.ca
    connecting to uwaterloo.ca:443
    %