I have been given a DLL that makes web call and returns some data. Ideally I would like to keep my code platform independent. So I thought it might be a worthwhile having a look at the underlying protocol. Anyone got any ideas how I could do this is CF ??

Tom

Output from network analyser
======================


POST /Default.asp HTTP/1.1
Referer: xxxxclient
Accept: */*
Content-Type: multipart/form-data; boundary=---------------------------7d125839db7
User-Agent: RandFClient
Host: xxxx..yyy.com
Content-Length: 960
Cache-Control: no-cache


HTTP/1.1 100 Continue
Server: Microsoft-IIS/4.0
Date: Thu, 03 Apr 2003 16:10:38 GMT

-----------------------------7d125839db7
Content-Disposition: form-data; name="Method"

GetScheduleResults
-----------------------------7d125839db7
Content-Disposition: form-data; name="StudyString"

00BBS,POP, British Business Survey 2000
-----------------------------7d125839db7
Content-Disposition: form-data; name="BaseString"

All respondents, All respondents
-----------------------------7d125839db7
Content-Disposition: form-data; name="TargetString"

All respondents, All respondents
-----------------------------7d125839db7
Content-Disposition: form-data; name="NumberOfMedia"

6
-----------------------------7d125839db7
Content-Disposition: form-data; name="MediaMnemonics"

DTL,FTI,GUA,IND,IOS,OBS
-----------------------------7d125839db7
Content-Disposition: form-data; name="MediaRates"

16500,14190,6600,6105,6105,8415
-----------------------------7d125839db7
Content-Disposition: form-data; name="MediaInserts"


HTTP/1.1 200 OK Server: Microsoft-IIS/4.0 Date: Thu, 03 Apr 2003 16:10:39 GMT Content-Type: text/html Expires: Mon, 01 Jan 1990 07:00:00 GMT Set-Cookie: ASPSESSIONIDGQQGGIHN=DACBEKFAHPACPKCBPHMIFHEH; path=/ Cache-control: private Transfer-Encoding: chunked

14c
"British Business Survey 2000","All respondents","3008","1441","All respondents","3008","1441","6","Daily Telegraph","16500","","Financial Times","14190","","Guardian","6600","","Independent","6105","","Independent on Sdy","6105","","Observer","8415","","0","0","0","0.00","0.00","0.00","0","0.00","0.00","0.00","0.00","0.00","0.00"
0



-- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]



Reply via email to