I implement sending POST request by using the wininet library. I tried to use the different flags both in the HttpOpenRequest
and in the PostInitWinInetHandle
functions. The generated request contains the Cache-Control: no cache
header always.
Does HTTP protocol allows sending POST request without this header? If so how can I eliminate adding this header to a request?