View Single Post
Join Date: Feb 2005
Posts: 181
Reputation: Paul.Esson is an unknown quantity at this point 
Solved Threads: 10
Paul.Esson's Avatar
Paul.Esson Paul.Esson is offline Offline
Junior Poster

Re: automating login to a server using c++

 
0
  #2
Nov 22nd, 2008
I don't know if this is the problem, but on the post request you have the terminating empty line after you have the post data.

  1. Strcat(szSendBuffer,"/r/n);//the terminating empty line
  2.  
Reply With Quote