Last active
          January 16, 2024 05:59 
        
      - 
      
 - 
        
Save lemonlatte/bc70534252b9c96de31cdece0ca82716 to your computer and use it in GitHub Desktop.  
Revisions
- 
        
lemonlatte renamed this gist
Jan 16, 2024 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ openssl s_client -connect example.com:443 -ign_eof POST /your-endpoint HTTP/1.1 Host: example.com Content-Type: application/json Content-Length: <LengthOfYourJSONData> {"key1":"value1", "key2":"value2"}  - 
        
lemonlatte created this gist
Jan 16, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ # openssl s_client -connect example.com:443 -ign_eof POST /your-endpoint HTTP/1.1 Host: example.com Content-Type: application/json Content-Length: <LengthOfYourJSONData> {"key1":"value1", "key2":"value2"}