CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - HTTP POST
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - HTTP POST - List
[
OS program
]
用于模拟GETPOST方法发送HTTP请求并取得数据
DL : 0
用于模拟GETPOST方法发送HTTP请求并取得数据.可能用于网络攻击-GETPOST simulation methods for sending HTTP request and obtain data. May be used in network attacks
Update
: 2025-02-17
Size
: 296kb
Publisher
:
[
Browser Client
]
OperaIE
DL : 0
使用IE的自动化服务发送http/post请求,并打开一个新的IE窗口-use IE to send automated service http/post requests, and to open a new IE window
Update
: 2025-02-17
Size
: 43kb
Publisher
:
朱华艳
[
TCP/IP stack
]
qt__http
DL : 0
QT下写的一个HTTP+POST示例,可以提交数据级WEB服务器-QT wrote under a HTTP POST example, can submit data-level Web server
Update
: 2025-02-17
Size
: 36kb
Publisher
:
tb
[
ISAPI-IE
]
Post
DL : 0
一个用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
Update
: 2025-02-17
Size
: 4.02mb
Publisher
:
[
Internet-Network
]
http
DL : 1
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.
Update
: 2025-02-17
Size
: 55kb
Publisher
:
[
TCP/IP stack
]
ryeolhttpclient_src
DL : 0
CHttpClient的目的是用于简化WinInet的API,用于和HTTP服务器进行交互。可以使用HTTP GET向HTTP服务器发送请求(用于请求一个URL对应的内容),使用HTTP POST想HTTP服务器发送数据(用于传递文件和提交表单),以及处理CHttpResponse回来的数据,另外加入了严格的异常检测。附件里同时包含了一普通版和COM版的源代码。-CHttpClient aim is to simplify WinInet
Update
: 2025-02-17
Size
: 73kb
Publisher
:
严锐
[
Symbian
]
src
DL : 0
symbian http/post引擎 xml引擎 支持IAP设置,根据设置进行连接,从而做到联网时不提示-symbian http/post engine engine xml support IAP settings, according to connection settings, so do not do networking tips
Update
: 2025-02-17
Size
: 18kb
Publisher
:
和风细雨
[
JSP
]
Eclipse
DL : 0
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
Update
: 2025-02-17
Size
: 1.81mb
Publisher
:
薛泽朋
[
Internet-Network
]
http_post_in_c
DL : 0
使用纯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.
Update
: 2025-02-17
Size
: 9kb
Publisher
:
魏汝垚
[
Sniffer Package capture
]
post
DL : 0
可以自由组装TCP HTTP包头,对其中的字段和数值定制-Be free to assemble TCP HTTP header, which the custom field and numerical
Update
: 2025-02-17
Size
: 1kb
Publisher
:
Michael
[
Communication
]
desktoptwitter
DL : 0
This project will teach you how to implement http post using Indy Components. Here I used twitter as a server.
Update
: 2025-02-17
Size
: 218kb
Publisher
:
Lester
[
Internet-Network
]
http_post
DL : 0
* 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
Update
: 2025-02-17
Size
: 2kb
Publisher
:
stevenjagan
[
Internet-Network
]
httpxmlsoap
DL : 0
This source demonstrates sending HTTP POST request to webserver from C++ This uses sockets hence can be compiled on Linux, UNIX, Windows
Update
: 2025-02-17
Size
: 2kb
Publisher
:
stevenjagan
[
Windows Develop
]
HTTPrequest
DL : 0
vc++ http post get 请求-vc++ http post get
Update
: 2025-02-17
Size
: 78kb
Publisher
:
王伟
[
Internet-Network
]
VBSocketProgramming
DL : 0
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..
Update
: 2025-02-17
Size
: 83kb
Publisher
:
ecqu
[
Linux-Unix
]
chttp
DL : 0
Linux环境下,使用C语言实现HTTP POST请求,经过实际运用的。-Linux C HTTP
Update
: 2025-02-17
Size
: 1kb
Publisher
:
毛鑫
[
Internet-Network
]
post
DL : 0
实现http post 功能 ,参照http协议-http post code ,refenrence by http
Update
: 2025-02-17
Size
: 1kb
Publisher
:
x
[
Internet-Network
]
http
DL : 0
跨平台http Get Post函数,都是可以直接用的-http download, support get and post
Update
: 2025-02-17
Size
: 1kb
Publisher
:
danny
[
File Operate
]
vc-HTTP-POST-PHP
DL : 0
vc客户端通过HTTP的POST方式传送文件到PHP服务器-vc client via the HTTP POST method to transfer files to your PHP server
Update
: 2025-02-17
Size
: 125kb
Publisher
:
henny chen
[
Windows Develop
]
VB http POST
DL : 0
vb http post data demo..... visual basic 6
Update
: 2025-02-17
Size
: 1kb
Publisher
:
htk2002
«
1
2
3
4
5
6
7
8
9
10
...
23
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.