搜索资源列表
cgi post method
- CGI Post方法测试,通过测试-CGI Post method to test, testing
c2008_HTTP.rar
- C#里System.Web空间下提供了一个叫做WebClient的对象,使用此对象就可以使C#直接对服务器发送WEB客户端的请求。那么我们要对服务器提交POST方法那么就必须使用其UploadData()方法才行。首先把要请求的信息先转换为字节(因为POST提交的是字符的流数据),然后再做为UploadData()的参数。使用UploadData()进行数据提交,最后返回,POST的回馈信息。如下: ,C# Lane System.Web to provide a space called t
TDDOWNLOAD_http_POST.rar
- 国外网站上下的,实现跨平台的HTTP POST方法的C++源码,简单明了,适合初学者学习HTTP协议的细节,Abroad website from top to bottom, cross-platform implementation of the HTTP POST method of C++ source code, simple and clear, suitable for beginners to learn the details of HTTP protocol
vc-HTTP-POST-PHP
- vc客户端通过HTTP的POST方式传送文件到PHP服务器-vc client via the HTTP POST method to transfer files to your PHP server
asd
- webbrowser的使用,简单的浏览器,含有POST发送数据方法-webbrowser to use, simple browser, send data with POST method
qwe
- 向网页发送数据。用POST与SOCKET-Send data to the web page. Add SOCKET connection with the POST method
webqq
- 可以用post方法登录webqq,实现QQ的网页登陆-Can use the post method to login webqq, QQ landing pages
iframeTest
- 通过POST方式,向ifr a me传递参数的例子-Example by the POST method to pass parameters to ifr a me
guanshui
- 在论坛里面大量的贴出没有任何意义的文章,这种做法在网络上叫做“灌水”,实际上这是一种信息垃圾,大量的垃圾发送到论坛上面就形成了信息炸弹,所以灌水机具有一定的攻击性,它的基本编程思路和上面的内容类似,是一种演变出来的工具。不过于上面的漏洞扫描器不同的是:灌水机需要使用POST方法、而不是GET方法向服务器发送请求。 -Many at the forum which posted the article makes no sense, such an approach on the networ
POSTMethodLogin
- Ajax实现POST方式注册登录,自己编写demo-Ajax POST Method Login
XMLProxy
- 基于MSXML的xmlhttp代理,分为同步和异步两种-A proxy base on MSXML s xmlhttp use post method(as default) or get method support async and sync mode rewrite onGetResponse method to do your own work in async mode in Parameter isAsync (false is default) method (post is
winapi
- Delphi WIN API using example. it connects to a chat using POST method and sends POST data to this chat (murclub.ru, this program is some kind of bot for it) this is source code on Delphi
post
- 基于post方法做的http request 程序 代码简洁明了-Based on post method to do http request process
PostSocket
- this a good example to how to do POST method with Winsock2-this is a good example to how to do POST method with Winsock2
HttpRequest
- 本程序用C++语言实现了HTTP协议的请求消息,包括GET,POST方法,在windows下编译通过,可以运行。-This procedure using C++ language implementation of the HTTP protocol' s request message, including GET, POST method, compiled through the windows, you can run.
HttpRequestProxy
- 获取源码,包含GET和POST提交方式,对初学者很有帮助-Access to source code, GET and POST method to submit
post
- C++ 用HTTP的GET方式向网站发送数据-C++ with the HTTP GET method to send data to the site
HTTPClient
- httpClient.it can send HTTP requert by get/post method.
POST
- 易语言POST登录官方论坛,学习POST的方法。使用的模块已打包。-The Yi languages POST visit the official forum, learn the POST method. The module has been packaged.
web server post
- how to post data on web server