Re: URL Access Scripting & Form Posting
Re: URL Access Scripting & Form Posting
- Subject: Re: URL Access Scripting & Form Posting
- From: Simon Forster <email@hidden>
- Date: Fri, 09 Mar 2001 14:22:54 +0000
>
From: email@hidden
...
>
set cgiURLpart1 to "http://www.amazon.com/exec/obidos/search-han"
>
set cgiURLpart2 to "dle-form/ref=s_sf_pm/102-7990924-2982528"
>
set currentURL to cgiURLpart1 & cgiURLpart2
FWIW, not all servers see data received via GET and POST as being equal.
AFAIK, URL Access only allows you to send data to the server as GET (it's
all in the URL). If the server will only accept POST data you'll have to
find another way to communicate with it.
Simon Forster
________________________________________________
LDML Ltd, 28 Montgomery Road, London, W4 5LZ, UK
<tel int="+44 20 8995 5694" uk="020 8995 5694">
<fax int="+44 20 8995 6013" uk="020 8995 6013">
<
mailto:email@hidden>
________________________________________________