wolfSSL: Use LIBWOLFSSL_VERSION_HEX to decide whether or not to use WOLFSSL_X509_V_OK
[privoxy.git] / tests / cts / acl-ip-address-permitted / data / test1
1 <testcase>
2 <info>
3 <keywords>
4 HTTP
5 HTTP GET
6 </keywords>
7 </info>
8
9 <reply>
10 <data>
11 HTTP/1.1 200 OK
12 Connection: close
13 Content-Type: text/html
14 Content-Length: 14
15
16 Blafaseldieda
17 </data>
18 </reply>
19
20 <client>
21 <server>
22 http
23 </server>
24 <name>
25 Request from permitted IP address
26 </name>
27 <command>
28 http://%HOSTIP:%HTTPPORT/%TESTNUMBER
29 </command>
30 </client>
31
32 </testcase>