搜索资源列表
OperaIE
- 使用IE的自动化服务发送http/post请求,并打开一个新的IE窗口-use IE to send automated service http / post requests, and to open a new IE window
firepass-1.1.2a.tar
- Firepass - 一种隧道技术工具,通过它可以避开防火墙的规则约束,将数据流封装在合法的HTTP POST请求中。任何基于TCP/UDP协议的子协议可以通过它来穿越HTTP代理服务器对HTTP协议的严格审查。到目前为止,客户端和服务器端仅用PERL语言编写。服务器端作为一个CGI脚本运行在WEB服务器上。Firepass的主要特点是用户可以在外网使用几种方法安装服务器端脚本。用户无需在外网计算机上帮定任何端口。当服务端脚本被置于企业WEB服务器上,客户端脚本从外部网络和它通信时,Firepa
httpPost
- 通过发送post请求的方式得到网站返回的数据,简单的几个.c文件来实现。 调用方便。 也可以将其中的文件单独编译成一个库或者dll。 有vs工程。
http_post_in_c
- 使用纯C编写的http post请求,可用于测试HTTP服务器等。是一个很适用的小工具。-The use of pure C prepared http post request, can be used for testing HTTP server. Is a very applicable gadgets.
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
post
- 本源码是采用E语言编写的向WEB服务器发送PSOT请求的实例-The source code is written by E to the WEB server to send the requested instance PSOT
HttpProc_CN
- 实现HTTP协议中的GET、POST请求-HTTP protocol implementation GET, POST request
simpleproxy
- 该代理服务器能够处理从客户端浏览器发来的GET、HEAD、POST请求 能够基于服务器域名进行过滤,特定的域名将不能访问 能够基于客户黑名单使特定客户不能使用此代理。如果客户端浏览器访问的WEB服务器是使用的IP地址,则不需要进行过滤。-The proxy server can handle from the client browser sent a GET, HEAD, POST request to a server-based domain filtering, a particular
lyoulhttpclient
- CHttpClient的目的是用于简化WinInet的API,用于和HTTP服务器进行交互。可以使用HTTP GET向HTTP服务器发送请求(用于请求一个URL对应的内容),使用HTTP POST想HTTP服务器发送数据(用于传递文件和提交表单),以及处理CHttpResponse回来的数据,另外加入了严格的异常检测。附件里同时包含了一普通版和COM版的源代码。-CHttpClient are for the purpose of simplifying the WinInet' s AP
API_http
- API实现HTTP请求模拟POST提交数据源码-API to achieve simulated HTTP request POST to submit data source
200811017565787
- 利用网通的网关平台收(群)发手机短信,群发手机短信。 主要技术:POST HTTP 请求,MD5加密算法,XML文档解析,手机短信发送、接收,短信群发等。源代码已经封装好,并提供详细的测试代码,该程序也可以直接当作手机短信收发的小工具。 -Netcom' s gateway platform using income (group) made SMS, mass SMS. Main: POST HTTP request, MD5 encryption algorithm, XML do
HTTP_POST_GET
- 详细介绍了http协议中get请求与post请求的区别,对于协议分析及编程很有帮助-Details of the http protocol get the difference between the request and post a request for protocol analysis and programming helpful
capture_data
- 在linux环境下内核驱动级别抓取网络数据包,并注册标准设备文件。用户态可通过读取设备文件来获得数据。源码同时提供一个例子用来读取http协议的post请求。-In the linux kernel driver level environment capture network packets, standard equipment and register files. User state can be obtained by reading the data file to the de
Chttp
- C编程实现http POST请求 客户端模型-C programming http protocol
linux-CHTTP-POST
- linux下纯C简单的HTTP POST请求 客户端模型-pure C under linux simple HTTP POST request client model
HTTPClient
- http请求客户端,源码,get,post请求,报文解析-http request client source code, we can refer to the get post request message parsing
Android-GET-and-POST-DEMO
- Android发送GET和POST请求DEMO-android get and post demo
http的post发送接收数据以及xml解析
- http协议的post请求实例,发送请求,获取之后用xml解析(HTTP protocol post request instance, send request, obtained after the use of XML parsing)
HttpPost
- http post请求简单示例,及get请求(A simple example of HTTP post request and get request)
http
- 主要用于在c++中进行http同步请求的接口类,使用很简单,支持Get/Post请求方式(The interface class, which is mainly used in c++ for HTTP synchronization requests, is easy to use and supports the Get/Post request mode)