Changes between Version 2 and Version 3 of Ticket #2001


Ignore:
Timestamp:
06/09/20 21:02:12 (4 years ago)
Author:
2clarkd@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2001 – Description

    v2 v3  
    77sample URL
    88sample URL command (note cookie text suppressed, likely any 512-1024 byte string will do in one or more cookie variables)
    9 curl --cookie "cookie1=1234567890....; cookie2=abcd...; " "http://adevhost/apath/?var1=xyz&var2=abc&var3=zyx"
     9curl --cookie "cookie1=1234567890....; cookie2=abcd...; " "http://adevhost/apath/file.sfx?var1=xyz&var2=abc&var3=zyx"
    1010Note, client test should have many instances of connections (1000's helpful) with the client re-issuing commands with cookies over long running connections.  Curl example is just overview of passing large cookie, not actual test.
    1111