blob: 88db7ae29c453c2fb7c2333e4d1b12f24097fadb [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4--disallow-username-in-url
5HTTP
6</keywords>
7</info>
8
9#
10# Client-side
11<client>
12<features>
13http
14</features>
15<server>
16none
17</server>
18<name>
19Verify usernames are not allowed in url
20</name>
21<command>
22--disallow-username-in-url http://username:password@example.com/
23</command>
24</client>
25
26#
27# Verify data after the test has been "shot"
28<verify>
29# CURLE_LOGIN_DENIED is code 67
30<errorcode>
3167
32</errorcode>
33</verify>
34</testcase>