搜索资源列表
用于模拟GETPOST方法发送HTTP请求并取得数据
- 用于模拟GETPOST方法发送HTTP请求并取得数据.可能用于网络攻击-GETPOST simulation methods for sending HTTP request and obtain data. May be used in network attacks
tear.rar
- 控制台应用程序,与 Internet 进行通信。该示例说明如何使用 CHttpFile 生成对 CHttpConnection 和 CInternetSession 对象的 HTTP 请求。,Console applications, and Internet communications. The example illustrates how to use CHttpConnection and CHttpFile generated CInternetSession of the HTTP
VC.GET.POST.HTTP.client.code.send.request
- VC实现GET POST发送请求HTTP客户端代码VC realize GET POST HTTP client code to send request -VC realize GET POST HTTP client code to send request
http-request
- http请求,此程序封装了http的请求鉴权信息-http request, this program encapsulates the http request authentication information
http
- 只要按照HTTP协议发送request,然后对接收到的数据进行分析,如果页面上还有href之类的链接指向标志就可以进行深一层的下载了-As long as in accordance with the HTTP protocol to send request, then docking analysis of the data received, if the pages have links like href signs point to a deeper level can be car
HTTPExample_2nd
- give the example to subit http request
HTTP_Spy-src
- A simple way to find the configuration of a Web Server is by using any one of the HTTP request methods HEAD and GET.
Socket
- CSocket获取http响应包。重载CSocket的收包函数;根据输入http地址发送http请求。-CSocket access http response packet. Overloaded functions CSocket admission package under the Importation of http address to send http request.
pokeb-asi-http-request-f116d1714201214e526e345e4be
- iPhone平台上的一个应用程序,主要用于处理HTTP多任务处理时实现进度条及其他HTTP相关现实。-iPhone platform an application is mainly used to handle multi-tasking HTTP processing to achieve the progress bar, and other HTTP-related reality.
SMSViaGateway
- 利用网通的网关平台收(群)发手机短信,群发手机短信。主要技术:POST HTTP 请求,MD5加密算法,XML文档解析,手机短信发送、接收,短信群发等。源代码已经封装好,并提供详细的测试代码,该程序也可以直接当作手机短信收发的小工具。-Netcom' s gateway platform to use income (group), made a cell phone text messaging, mass text messaging. Main: POST HTTP request,
API_http
- API实现HTTP请求模拟POST提交数据源码-API to achieve simulated HTTP request POST to submit data source
HttpTest
- symbian C++ HTTP小程序,可以使用get或post方式请求URL资源-symbian C++ HTTP applet, you can use the get or post request form URL resources
request
- 分析http协议的Request请求,适用与初学者学习-Request of http protocol request, for beginners to learn and
RequestHttp
- HTTP请求的封装,适用于初学者使用。欢迎交流-HTTP request package, suitable for beginners. Welcome exchange
MyHTTPRequest
- HTTP发送请求,支持GET和POST,功能超强-HTTP request sent, support GET and POST, features super-
http
- 发送http请求,如果成功会显示报文信息,如果失败会显示失败的原因-send a http request and print the response
SnifferHttp
- 通过网卡捕获http请求,并显示http请求信息。-With the card to capture http request
android-async-http
- Android 环境下的 异步Http请求-The Asynchronous Http request under the Android environment
simulate-Http-request
- 模拟Http请求。有源码,有PPT说明。-simulate Http request.
HTTP
- 模拟HTTP协议,Java 发送 http 请求 (get 与 post 方法请求 ) , 以下代码经本人亲自调试可用! 可以直接使用之。 注意:通过 BufferedReader 读取远程返回的数据时,必须设置读取编码,否则中文会乱码!(Simulate HTTP protocol, Java send http request (get versus post Method request ) , The following code is available t