HTTP
HTTP GET
globbing
#
# Server-side
HTTP/1.1 200 OK
Content-Length: 6
Connection: close
Content-Type: text/html
-foo-
# Client-side
http
Verify URL globbing ignores []
"http://%HOSTIP:%HTTPPORT/we/want/[]/page/1290"
# Verify data after the test has been "shot"
^User-Agent:.*
GET /we/want/[]/page/1290 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*