Thread
:
automating login to a server using c++
View Single Post
•
•
Join Date: Feb 2005
Posts: 181
Reputation:
Solved Threads: 10
Paul.Esson
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.
Help with Code Tags
C++ Syntax
(
Toggle Plain Text
)
Strcat
(
szSendBuffer,
"/r/n);//the terminating empty line
Strcat(szSendBuffer,"/r/n);//the terminating empty line
Paul.Esson
View Public Profile
Visit Paul.Esson's homepage!
Find all posts by Paul.Esson