HTTP Control File

More advanced topics discussed.

Moderators: Susan Smith, admin, Gabriel

Post Reply
GomezL
Posts: 258
Joined: Wed Apr 29, 2009 5:51 am
Contact:

HTTP Control File

Post by GomezL »

I have created some simple HTTP programs, both as CLIENT & SERVER.

My next step is to use a "CONTROL FILE"

CONTROL=display-filename

I assume that this would look something like :

Code: Select all

NAME=http://www.state.nj.us/dobi/bankwebinfo.htm,CONTROL=Control.txt, http=client
Does anyone have a sample Control text file?

I am specifically trying to submit "POST" forms using the "DATA" Statement.

I figure that it will look something like this:

Code: Select all

DATA name=daniel skill=great
Post Reply