applayerprotocols/httpservice/test/testdata/ini/httpclient.ini
branchRCL_3
changeset 5 337070b4fa18
parent 0 b16258d2340f
child 19 c0c2f28ace9c
equal deleted inserted replaced
3:5ee1d9ce5878 5:337070b4fa18
     1 //
     1 //
     2 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 // All rights reserved.
     3 // All rights reserved.
     4 // This component and the accompanying materials are made available
     4 // This component and the accompanying materials are made available
     5 // under the terms of the License "Eclipse Public License v1.0"
     5 // under the terms of "Eclipse Public License v1.0"
     6 // which accompanies this distribution, and is available
     6 // which accompanies this distribution, and is available
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 //
     8 //
     9 // Initial Contributors:
     9 // Initial Contributors:
    10 // Nokia Corporation - initial contribution.
    10 // Nokia Corporation - initial contribution.
   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
       
   351 
   334 
   352 
   335 [#Done]
   353 [#Done]
   336 
   354