```
$ curl -v '
https://i.passcloud.xyz/dns-query?name=www.google.com&type=A'* About to connect() to
i.passcloud.xyz port 443 (#0)
* Trying 101.33.69.62...
* Connected to
i.passcloud.xyz (101.33.69.62) port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none
* SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Server certificate:
* subject: CN=*.passcloud.xyz
* start date: Jun 26 23:46:03 2021 GMT
* expire date: Sep 24 23:46:02 2021 GMT
* common name: *.passcloud.xyz
* issuer: CN=R3,O=Let's Encrypt,C=US
> GET /dns-query?name=
www.google.com&type=A HTTP/1.1
> User-Agent: curl/7.29.0
> Host:
i.passcloud.xyz> Accept: */*
>
< HTTP/1.1 400 Bad Request
< Access-Control-Allow-Origin:
http://i.passcloud.xyz< Content-Type: text/plain; charset=utf-8
< Vary: Origin
< X-Content-Type-Options: nosniff
< Date: Mon, 02 Aug 2021 04:36:11 GMT
< Content-Length: 12
<
Bad Request
* Connection #0 to host
i.passcloud.xyz left intact
```