Date:  01/19/2002 05:15:27 PM Msg ID:  000298
From:  FoxWeb Support Thread:  000296
Subject:  Re: CGI Call
To achieve this you will need to use an HTTP component.  There are several such components available, including Microsoft's Internet Transfer Control, which is installed with Visual Studio.

FoxWeb Support Team
support@foxweb.com

Sent by Stephen Ames on 01/17/2002 02:22:28 PM:

I need to call an external cgi script with a string and I am supposed to get back a reply. I have been given some samples e.g. www.theirserver.com/cgi-bin/access.cgi?firstvar=1234&secondvar=4321 and I am then given a reply to match my request.

My question is what command do I use in Foxweb as I cannot see anything in the documentation. Is there a sample so that I can get a better idea of how it works.