applayerprotocols/httpservice/test/testdata/ini/httpclient.ini
changeset 19 2f328ce1b263
parent 11 001ef9ddb825
equal deleted inserted replaced
16:cb0c8a2aff2d 19:2f328ce1b263
   329 RequestHeader1ValueCount= 1
   329 RequestHeader1ValueCount= 1
   330 RequestHeader1.Value1= text/plain
   330 RequestHeader1.Value1= text/plain
   331 RequestFileName= C:\HttpTest\httpservicetest\testdl2.txt
   331 RequestFileName= C:\HttpTest\httpservicetest\testdl2.txt
   332 RequestFileNameStore= C:\HttpTest\httpservicetest\testulstore3.txt
   332 RequestFileNameStore= C:\HttpTest\httpservicetest\testulstore3.txt
   333 
   333 
       
   334 [TEST20]
       
   335 TestCaseName= "HTTP CLIENT API GET17"
       
   336 Method=GET
       
   337 Uri= http://127.0.0.1/index19.html
       
   338 RawRequest= GET /index19.html HTTP/1.1\r\nHost: 127.0.0.1\r\nUser-Agent: HTTP Client API Test\r\n\r\n
       
   339 RawResponse= HTTP/1.1 401 Authorization Required\r\nContent-Length: 0\r\nWWW-Authenticate: Basic realm=\r\r"Something"\r\n\r\n
       
   340 RawEncodedAuthenticationRequest= GET /index19.html HTTP/1.1\r\nHost: 127.0.0.1\r\nAuthorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=\r\nUser-Agent: HTTP Client API Test\r\n\r\n
       
   341 RawFinalResponse= HTTP/1.1 200 OK\r\nContent-Type: text/plain\r\nContent-Length: 0\r\n\r\n
       
   342 StatusCode= 200
       
   343 ResponseFieldCount= 2
       
   344 ResponseHeader1= Content-Length
       
   345 ResponseHeader1ValueCount= 1
       
   346 ResponseHeader1.Value1= 0
       
   347 ResponseHeader2= Content-Type
       
   348 ResponseHeader2ValueCount= 1
       
   349 ResponseHeader2.Value1= text/plain
       
   350 SetAuthentication= ETrue
   334 
   351 
   335 [#Done]
   352 [#Done]
   336 
   353