Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by humanista

  1. humanista

    how to force HttpQueryInfo to get "304 Not Modified" status code?

    Then server will responds with "200 OK" status code and that's not what I want. I want it to responds with "304 Not Modified" status code and I want HttpQueryInfo to show me this "304 Not Modified".
  2. humanista

    how to force HttpQueryInfo to get "304 Not Modified" status code?

    I have a problem with this code: void *hInternet, *hConnect, *hRequest; unsigned char status_code[4], *lpBuffer; unsigned int dwBufferLength, dwBufferTotal, dwNumberOfBytesRead; hInternet = InternetOpen(0, INTERNET_OPEN_TYPE_DIRECT, 0, 0, 0); hConnect = InternetConnect(hInternet...

Part and Inventory Search

Back
Top