How to do an HTTP POST?
How to do an HTTP POST?
- Subject: How to do an HTTP POST?
- From: email@hidden
- Date: Sat, 28 Sep 2002 21:52:28 EDT
I've seen the emails recently about how to do an HTTP "GET" or "Download"
command using URL Access scripting. I have a need to do a POST via HTTP
through post 80 - - - - can someone show me how that's done? I don't think
it would be the "upload" command within URL Access scripting, as it appears
to be related to uploading files. Is there another HTTP OSAX command-set
that handles HTTP POST?
As an example, I'm trying to configure a DSL router via Applescript. The
cgi I'm referencing is:
http://10.0.0.138/cgi/ispname/SetPPPeEUserInfo.cgi
as the URL, and then I need to POST these parameters:
userid=usernamevariable1 passwd=userpassword1
I'm at a bit of a loss as to how to do this POST via Applescript. Any
assistance is greatly appreciated.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.