2018-06-19 10:08:05 -04:00
|
|
|
|
<testcase>
|
|
|
|
|
<info>
|
|
|
|
|
<keywords>
|
|
|
|
|
HTTP
|
|
|
|
|
HTTP GET
|
|
|
|
|
DOH
|
|
|
|
|
</keywords>
|
|
|
|
|
</info>
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Server-side
|
|
|
|
|
<reply>
|
|
|
|
|
|
2019-05-06 13:12:39 -04:00
|
|
|
|
# This is the DOH response for foo.example.com A 127.0.0.1. This requires that
|
|
|
|
|
# the test server is accessible at that address!
|
2018-06-19 10:08:05 -04:00
|
|
|
|
|
|
|
|
|
<data1 base64="yes">
|
|
|
|
|
SFRUUC8xLjEgMjAwIE9LCkRhdGU6IFRodSwgMDkgTm92IDIwMTAgMTQ6NDk6MDAgR01UClNlcnZl
|
|
|
|
|
cjogdGVzdC1zZXJ2ZXIvZmFrZQpDb25uZWN0aW9uOiBjbG9zZQpDb250ZW50LVR5cGU6IGFwcGxp
|
|
|
|
|
Y2F0aW9uL2Rucy1tZXNzYWdlCkNvbnRlbnQtTGVuZ3RoOiA0OQoKAAABAAABAAEAAAAAA2Zvbwdl
|
|
|
|
|
eGFtcGxlA2NvbQAAAQABwAwAAQABAAAANwAEfwAAAQ==
|
|
|
|
|
</data1>
|
|
|
|
|
<data>
|
|
|
|
|
HTTP/1.1 200 OK
|
|
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
|
Server: test-server/fake
|
|
|
|
|
Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
|
|
|
|
|
ETag: "21025-dc7-39462498"
|
|
|
|
|
Accept-Ranges: bytes
|
|
|
|
|
Content-Length: 6
|
|
|
|
|
Connection: close
|
|
|
|
|
Content-Type: text/html
|
|
|
|
|
Funny-head: yesyes
|
|
|
|
|
|
|
|
|
|
-foo-
|
|
|
|
|
</data>
|
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Client-side
|
|
|
|
|
<client>
|
|
|
|
|
<server>
|
|
|
|
|
http
|
|
|
|
|
</server>
|
|
|
|
|
|
|
|
|
|
# this requires debug so that it can use the DOH server without https
|
2018-10-06 07:31:33 -04:00
|
|
|
|
|
|
|
|
|
# Forces IPv4 so that it only sends one DoH request, which is a little lame
|
|
|
|
|
# but avoids the problem when they get sent in different order and ruins our
|
|
|
|
|
# protocol check!
|
|
|
|
|
|
2018-06-19 10:08:05 -04:00
|
|
|
|
<features>
|
|
|
|
|
debug
|
2018-09-29 07:59:29 -04:00
|
|
|
|
http/2
|
2018-06-19 10:08:05 -04:00
|
|
|
|
</features>
|
|
|
|
|
<name>
|
|
|
|
|
HTTP GET using DOH
|
|
|
|
|
</name>
|
|
|
|
|
<command>
|
2018-10-06 07:31:33 -04:00
|
|
|
|
http://foo.example.com:%HTTPPORT/2100 -4 --doh-url http://%HOSTIP:%HTTPPORT/21000001
|
2018-06-19 10:08:05 -04:00
|
|
|
|
</command>
|
|
|
|
|
</client>
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
|
<verify>
|
|
|
|
|
<strip>
|
|
|
|
|
^User-Agent:.*
|
|
|
|
|
</strip>
|
|
|
|
|
<protocol>
|
|
|
|
|
POST /21000001 HTTP/1.1
|
|
|
|
|
Host: 127.0.0.1:8990
|
|
|
|
|
Accept: */*
|
|
|
|
|
Content-Type: application/dns-message
|
|
|
|
|
Content-Length: 33
|
|
|
|
|
|
2018-10-06 07:31:33 -04:00
|
|
|
|
|