Location:
Search - http post
Search list
Description: 用于模拟GETPOST方法发送HTTP请求并取得数据.可能用于网络攻击-GETPOST simulation methods for sending HTTP request and obtain data. May be used in network attacks
Platform: |
Size: 303104 |
Author: |
Hits:
Description: 使用IE的自动化服务发送http/post请求,并打开一个新的IE窗口-use IE to send automated service http/post requests, and to open a new IE window
Platform: |
Size: 44032 |
Author: 朱华艳 |
Hits:
Description: QT下写的一个HTTP+POST示例,可以提交数据级WEB服务器-QT wrote under a HTTP POST example, can submit data-level Web server
Platform: |
Size: 36864 |
Author: tb |
Hits:
Description: 一个用POST方式发贴的工具源码,它主要争对http://diy.travel.sohu.com/train/search_result.php页面进行测试发贴的搜索火车票-A way to use POST post-source tool, it mainly for testing on the page to post http://diy.travel.sohu.com/train/search_result.php search tickets
Platform: |
Size: 4210688 |
Author: |
Hits:
Description: HTTP客户端例子程序
用HTTP协议与WEB网站通信,实现基本的GET/POST消息交互。
主要功能:
GET 网站上的页面、下载JPG文件等
POST 表单,包括上传文件。
分析部分常用的返回信息
主要用途:
实践GET/POST消息交互,根据网站的内容具体修改可以定制成专用的接口程序。
主要函数都没有用MFC,可以轻松移植到嵌入式系统。-HTTP client example program using HTTP protocol and WEB site communications, and realize the basic GET/POST interactive news. Main functions: GET on the site page, download JPG files a form POST, including upload files. Analysis of some commonly used to return information on the main purposes: the practice of GET/POST interactive news, according to site specific changes to the content can be customized into a dedicated interface program. The main functions are not used MFC, can be easily ported to embedded systems.
Platform: |
Size: 56320 |
Author: |
Hits:
Description: CHttpClient的目的是用于简化WinInet的API,用于和HTTP服务器进行交互。可以使用HTTP GET向HTTP服务器发送请求(用于请求一个URL对应的内容),使用HTTP POST想HTTP服务器发送数据(用于传递文件和提交表单),以及处理CHttpResponse回来的数据,另外加入了严格的异常检测。附件里同时包含了一普通版和COM版的源代码。-CHttpClient aim is to simplify WinInet
Platform: |
Size: 74752 |
Author: 严锐 |
Hits:
Description: symbian http/post引擎 xml引擎 支持IAP设置,根据设置进行连接,从而做到联网时不提示-symbian http/post engine engine xml support IAP settings, according to connection settings, so do not do networking tips
Platform: |
Size: 18432 |
Author: 和风细雨 |
Hits:
Description: 1.1 前言
2005-3-2公司开会并分给我一个任务:写一个程序从福建移动的BOSS系统取出一些相关数据。我得到的资料只有一个“福建移动BOSS与业务增值平台接口规范V1.2.2(新).doc”,这个规范页数不多,一下就浏览完了。但之后依然不知所措,感觉到了一条河边,河前有一条大道(就是这份文档)能让我直达目的地,但却找不到过河的桥。这份文档只给出了数据的格式编码规范,但没有告诉你用什么技术,怎么去取这些数据,甚至连一个数据格式的XML例子文件也没有。
里面只有这样几句话:“交易消息(包括请求和应答)是以XML格式表达的,包括两个部分:Message Header(消息头)与Service Content(交易业务内容)。” “接口协议使用HTTP协议,落地方为发起方提供访问的URL,发起方使用HTTP POST方法发送请求报文并得到应答报文,发起方作为落地方的HTTP客户端,落地方作为发起方的HTTP服务器。因此,各个参与方需要同时实现HTTP客户端以及服务器的功能。”
这里面有两个关键字:XML、HTTP,再加上老大说用SOAP,我想这个BOSS系统和外界的信息交换技术也是基于SOAP实现的吧。于是我上网搜索了一些资料,始有此文。
-err
Platform: |
Size: 1894400 |
Author: 薛泽朋 |
Hits:
Description: 使用纯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.
Platform: |
Size: 9216 |
Author: 魏汝垚 |
Hits:
Description: 可以自由组装TCP HTTP包头,对其中的字段和数值定制-Be free to assemble TCP HTTP header, which the custom field and numerical
Platform: |
Size: 1024 |
Author: Michael |
Hits:
Description: This project will teach you how to implement http post using Indy Components. Here I used twitter as a server.
Platform: |
Size: 223232 |
Author: Lester |
Hits:
Description: * This source demonstrates sending HTTP POST request to webserver from C++
* This uses sockets hence can be compiled on Linux, UNIX, Win
-* This source demonstrates sending HTTP POST request to webserver from C++
* This uses sockets hence can be compiled on Linux, UNIX, Win
Platform: |
Size: 2048 |
Author: stevenjagan |
Hits:
Description: This source demonstrates sending HTTP POST request to webserver from C++
This uses sockets hence can be compiled on Linux, UNIX, Windows
Platform: |
Size: 2048 |
Author: stevenjagan |
Hits:
Description: vc++ http post get 请求-vc++ http post get
Platform: |
Size: 79872 |
Author: 王伟 |
Hits:
Description: Visual Basic Examples:
TCP/IP Client/Server
HTTP/HTTPS
ICMP
Gt/Set SNMP
SNMP Trap
SSH
IP2Country
Wake On Lan
Telnet
HTTP-POST
FTP
DNS, RSH, UDP, NTP-Visual Basic Examples:
TCP/IP Client/Server
HTTP/HTTPS
ICMP
Gt/Set SNMP
SNMP Trap
SSH
IP2Country
Wake On Lan
Telnet
HTTP-POST
FTP
DNS, RSH, UDP, NTP..
Platform: |
Size: 84992 |
Author: ecqu |
Hits:
Description: Linux环境下,使用C语言实现HTTP POST请求,经过实际运用的。-Linux C HTTP
Platform: |
Size: 1024 |
Author: 毛鑫 |
Hits:
Description: 实现http post 功能 ,参照http协议-http post code ,refenrence by http
Platform: |
Size: 1024 |
Author: x |
Hits:
Description: 跨平台http Get Post函数,都是可以直接用的-http download, support get and post
Platform: |
Size: 1024 |
Author: danny |
Hits:
Description: vc客户端通过HTTP的POST方式传送文件到PHP服务器-vc client via the HTTP POST method to transfer files to your PHP server
Platform: |
Size: 128000 |
Author: henny chen |
Hits:
Description: vb http post data demo.....
visual basic 6
Platform: |
Size: 1024 |
Author: htk2002
|
Hits:
« 12
3
4
5
6
7
8
9
10
...
23
»