I am using curl API for secured SSL connection. My command line request to the server through curl in linux machine:
curl -k https://<ip>:<port> -H "User-agent:" -H "Host:" -H "Accept:" -X <request> -o ssl.txt
Myrequest is going like this
GET /005F02007024058020C0100416476173900101001000000000000000010000000210120021001200344761739001010010D10122011138780893132333435363738313132323333343435353636373738C2115B54A8F08C150006303030303031 HTTP/1.1
How do i remove this GET and HTTP/1.1 through command prompt? Please suggest me the Curl API to remopve this HTTP/1.1