>-------------- MESSAGE metacard.v004.n394.10 ---------------
>
>From: Scott Rossi <[EMAIL PROTECTED]>
>Subject: Re: libURL
>Date: Mon, 16 Jul 2001 12:19:36 -0700
>MIME-Version: 1.0
>Content-Type: text/plain; charset="US-ASCII"
>Content-Transfer-Encoding: 7bit
>In-Reply-To: <[EMAIL PROTECTED]>
>
>I'm just now trying to get up to speed with the new URL implementation in
>2.4B3 and can't seem to get the POST method to work (this works fine in
>2.3.2).  My form looks likes this:
>
>   set httpheaders to "specialHeaderInfo"&return
>   put "http://www.myURL.com/special.cfm?method=post&action=action"; into HREF
>   put "data=" & fld data into tData
>   start using stack "libURL"
>   post tData to url HREF
>   answer it
>
>Problem = I'm not getting any data back in it; in fact, I'm not getting the
>answer dialog at all.
>
>I've tried removing the libURL line (I assume you need to use this with a
>POST command) with the same results.  The simple loading of a URL via the
>libURL stack works fine, and the server that is handling the CFM action
>responds as expected using MC 2.3.2.  Am I missing something about POST in
>MC 2.4?
>
>On a related note, is it the case that you need to include the libURL stack
>as a substack in your own stack if you distribute your stack as a
>standalone?  If this is the case, why isn't the libURL stack included as an
>option in the resource mover?
>
>FWIW, I've tried cloning the libURL stack on MacOS 9.1 three times, each
>time resulting in a frozen crash.
>
>Regards,
>
>Scott


The problem is that http headers are controled by the liburl stack 
properties. Your changes are not taken in account, unless you 
customize the liburl stack.
My impression is that liburl is experimental (and promising).


H. Chaudet



-- 
-----------------------------------------------------------------------------
Herve Chaudet                                          e-mail : [EMAIL PROTECTED]
   mobile : 33-(0)-608-05-98-09
  Unit� UPRES EA 2672
   Faculte de Medecine - 27, Bd Jean Moulin - 13385 Marseille cedex 5 - France
       Tel 33-(0)-491-79-19-10 ; Fax 33-(0)-491-79-40-13
  Service de l'Information Medicale
   Hopital Nord - Chemin des Bourrelly - 13326 Marseille cedex 15 - France
       Tel 33-(0)-491-96-80-20
-----------------------------------------------------------------------------

Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to