[NTLUG:Discuss] OT - libwww question
MadHat
madhat at unspecific.com
Wed Nov 2 14:30:29 CST 2005
On Nov 2, 2005, at 2:00 PM, Fred James wrote:
> All
> The problem is this
> (1) pass an XML text message from server A to server B
> (2) receive an XML text message on server A from server B, in
> response to the original message (item 1)
>
> The question is this
> Using libwww, is that
> (1) get
> (2) put
> (3) both
> (4) something else altogether
> ?
>
> Obviously I am really new to libwww
Are you wanting to use a web server, or just a stand alone app?
If you are using a CGI on a web server you could have an app on
server A do a put, though I would recommend a post, of the data and
have sever B running a web server and a CGI that would accept the
data, parse it and respond appropriately.
There are a lot of ways of doing this really... just depends on how
complex you want to get.
--
MadHat (at) Unspecific.com, C²ISSP
E786 7B30 7534 DCC2 94D5 91DE E922 0B21 9DDC 3E98
gpg --keyserver wwwkeys.us.pgp.net --recv-keys 9DDC3E98
More information about the Discuss
mailing list