Send empty HTTP header with libcurl Send empty HTTP header with libcurl curl curl

Send empty HTTP header with libcurl


Per an example on the libcurl site, you can replace the colon with a semicolon. That will expand into an empty header. So:

Someheader;

will actually be sent as:

Someheader: