Changes between Initial Version and Version 1 of Ticket #2666


Ignore:
Timestamp:
07/11/24 06:02:39 (2 months ago)
Author:
LI Daobing
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2666 – Description

    initial v1  
    99
    1010[1]
     11{{{
    1112$ echo -ne "POST / HTTP/1.1\r\nHost: 127.0.0.1\r\nContent-Length: 2\t\r\n\r\n{}" | nc 127.0.0.1 80
    1213HTTP/1.1 400 Bad Request
     
    2425</body>
    2526</html>
    26 
     27}}}
    2728
    2829[2]
     30{{{
    2931$ echo -ne "POST / HTTP/1.1\r\nHost: 127.0.0.1\r\nContent-Length: 2 \r\n\r\n{}" | nc 127.0.0.1 80
    3032HTTP/1.1 200 OK
     
    3840'None'
    39410
     42}}}
    4043
    4144[3]