搜索资源列表
http_Post_Get
- 通过CHttpSession发送Get、Post报文。并可自定义HTTP包头-CHttpSession send through the Get, Post Message. And custom HTTP header
tear
- 控制台应用程序,与 Internet 进行通信。该示例说明如何使用 CHttpFile 生成对 CHttpConnection 和 CInternetSession 对象的 HTTP 请求。-Console applications, and Internet communications. The example illustrates how to use CHttpConnection and CHttpFile generate
QQnongchangVC2008
- QQ农场外挂 VC2008源代码 农场外挂源代码 农场源代码 -//验证QQ密码 bool WebQQFunction::LoginQQ(CString qqname, CString qqmm, CString qqxym, CString outstr) { CHttpConnection*pHttpConnect = Session.GetHttpConnection("ptlogin2.qq.com")
kaoshibazhuceji
- 第一次接触VC++模拟HTTP协议的POST方式提交表单。POST提交部分的代码是在网上找的现成的函数,里面使用的是MFC的CHttpConnection类。随便找了个没有验证码的注册页面(考试吧网站的注册页面),提交表单,抓到数据包后分析,模拟提交,测试成功!于是便写出了这个批量注册的程序。为以后写更强大的模拟提交表单程序打基础。利用这种模拟提交和获取数据的方法,完全可以把一个别人写好的现成的B/S架构客户端网页写成一个C/S架构的客
httpGetFile
- VC++程序,用于http下载文件,利用CInternetSession、CHttpConnection、HTTP_VERB_GET获取文件并下载。简单实现demo。-VC++ procedures for http download files, the use of CInternetSession, CHttpConnection, HTTP_VERB_GET access to documents and download. S
Browser
- 基于CHttpConnection实现的浏览器,可重定向的URL,自定义浏览器参数(CHttpConnection based browser, redirect URL, custom browser parameters)