quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

test1261 (1086B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 HTTP
      5 HTTP GET
      6 redirect_url
      7 followlocation
      8 --write-out
      9 </keywords>
     10 </info>
     11 
     12 # Server-side
     13 <reply>
     14 <data nocheck="yes">
     15 HTTP/1.1 301 This is a weirdo text message swsclose
     16 Location: data/10290002.txt?coolsite=yes
     17 Content-Length: 62
     18 Connection: close
     19 
     20 This server reply is for testing a simple Location: following
     21 </data>
     22 </reply>
     23 
     24 # Client-side
     25 <client>
     26 <server>
     27 http
     28 </server>
     29 <name>
     30 'redirect_url' with --location and --max-redirs
     31 </name>
     32 <command>
     33 http://%HOSTIP:%HTTPPORT/we/want/our/%TESTNUMBER -w '%{redirect_url}\n' --location --max-redirs 0
     34 </command>
     35 </client>
     36 
     37 # Verify data after the test has been "shot"
     38 <verify>
     39 <protocol>
     40 GET /we/want/our/%TESTNUMBER HTTP/1.1
     41 Host: %HOSTIP:%HTTPPORT
     42 User-Agent: curl/%VERSION
     43 Accept: */*
     44 
     45 </protocol>
     46 # CURLE_TOO_MANY_REDIRECTS
     47 <errorcode>
     48 47
     49 </errorcode>
     50 <stdout>
     51 HTTP/1.1 301 This is a weirdo text message swsclose
     52 Location: data/10290002.txt?coolsite=yes
     53 Content-Length: 62
     54 Connection: close
     55 
     56 http://%HOSTIP:%HTTPPORT/we/want/our/data/10290002.txt?coolsite=yes
     57 </stdout>
     58 </verify>
     59 </testcase>