One time shot feed params from development

I got a confirmation on my development system that should have gone to
the production system and so I have a ‘Post’ set of data which I know
from my development logs that I want to feed to my production system.

Is there some easy way to do this in the console or do I have to try to
recreate it with wget or a web browser?

Craig


This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Hi Craig,

On Tue, Jun 29, 2010 at 8:25 PM, Craig W. [email protected]
wrote:

I got a confirmation on my development system that should have gone to
the production system and so I have a ‘Post’ set of data which I know
from my development logs that I want to feed to my production system.

Is there some easy way to do this in the console or do I have to try to
recreate it with wget or a web browser?

M

Oops :wink:

On Tue, Jun 29, 2010 at 9:08 PM, Bill W. [email protected]
wrote:

Hi Craig,

On Tue, Jun 29, 2010 at 8:25 PM, Craig W. [email protected] wrote:

I got a confirmation on my development system that should have gone to
the production system and so I have a ‘Post’ set of data which I know
from my development logs that I want to feed to my production system.

Is there some easy way to do this in the console or do I have to try to
recreate it with wget or a web browser?

curl would be my first choice.

HTH,
Bill