[ic] Re: http post from ic pages

Kevin Walsh kevin at cursor.biz
Fri Aug 12 08:01:57 EDT 2005


ic at 3edge.com wrote:
> Marco Mescoli writes:
> > As a reply from a HTTP GET (or POST) to my interchange pages can i,
> > with ic tags, send an HTTP POST to another server ?
> > 
> > Something like this:
> > The client call:
> > 1) http://my-server/cgi-bin/my-cat/my-page.html?my-par=abcde
> > 
> > 2) Inside my-page.html call a put an HTTP POST
> > action: http://other-server/cgi-bin/appl
> > parameters: par=[cgi my-par]
> > 
> Is this what you are looking for:
> 
> http://www.icdevgroup.org/pipermail/interchange-users/2003-August/035063.html 
> 
Also see the [post-external] UserTag, here:

    http://www.interchange.rtfm.info/downloads/usertags/post_external.usertag

Example:

    [post-external
	form=|
	    foo=bar
	    name=Kevin Walsh
	|
	headers=|
	    X-Soup-Of-The-Day: Tomato
	    X-President: Bill Clinton
	|
	uri=http://www.example.com/foo/bar.html
	timeout=30
	useragent="This is a test"
    ]

-- 
   _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
  _/_/_/   _/_/      _/    _/    _/    _/_/  _/   K e v i n   W a l s h
 _/ _/    _/          _/ _/     _/    _/  _/_/    kevin at cursor.biz
_/   _/  _/_/_/_/      _/    _/_/_/  _/    _/



More information about the interchange-users mailing list