Re: Is it possible to use data from the response header to a POST in a subsequent GET?
Status: Alpha
Brought to you by:
coroberti
From: Gary F. <ga...@in...> - 2008-10-02 18:16:21
|
Hello list, There seems to have been no followup to this post from last November. I have a similar need, I know C and I'm willing to write a patch. Has anyone tried something similar? Any guidance? Thanks, Gary Fitts > From: Robert Iakobashvili <coroberti@gm...> - 2007-11-26 20:56 > Hi Ken, > > On Nov 26, 2007 10:46 PM, Ken Mamitsuka <kenm@sh...> wrote: > > > Hi, we have a web app that first takes a POST to a generic URL and > returns > > an id in the POST response header. I'd like to use curl-loader to > grab that > > unique id and the subsequently PUT to that id. >From a straight curl > > perspective, it'd look like: > > If you know C and willing to write a patch, I can guide you about > what is > necessary to do for that. |