[html-formfu] Re: Want to use url to post the data in form.
David Dorward
david at dorward.me.uk
Fri Feb 6 13:05:50 GMT 2009
On Fri, Feb 06, 2009 at 08:43:50PM +0800, Hongyi Zhao wrote:
> >Assuming you mean "A GET request" rather then a URL - you can't.
> >
> >Post data isn't encoded in the URL.
>
> 1- Go to the above url, and then fill the logon form by my username
> and pssword, finally, click on the connect button.
>
> 2- Alternatively, I can only use the following url to logon:
>
> http://proquest.umi.com/pqdweb?RQT=301&UserId=myusername&Passwd=mypssword&JSEnabled=1
Yes, as I said: Some systems accept either data through both get (in
the query string) and post (in the request body), but that depends on
the server side system accepting it.
--
David Dorward http://dorward.me.uk
More information about the HTML-FormFu
mailing list