Re: Apple, any slight update or estimation on WO 5.3.1, Please ??
Re: Apple, any slight update or estimation on WO 5.3.1, Please ??
- Subject: Re: Apple, any slight update or estimation on WO 5.3.1, Please ??
- From: Anjo Krank <email@hidden>
- Date: Wed, 14 Sep 2005 21:51:33 +0200
Am 14.09.2005 um 19:23 schrieb David Teran:
this is how i read the definitions. So if one wants to send
something like this to the server:
href="/cgi-bin/WebObjects/myApp.woa/wa/login?
usernameAndPassword=david&teran"
one (WebObjects) would have send this as html fragment to the client:
href="/cgi-bin/WebObjects/myApp.woa/wa/login?
username=david&amp;password=teran"
You'd encode the individual arguments with %xx, so it's sth like:
href="/cgi-bin/WebObjects/myApp.woa/wa/login?usernameAndPassword=david
/teran"
(or whatever the hex for '&' is)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Apple, any slight update or estimation on WO 5.3.1, Please ?? (From: Nathan Walker <email@hidden>) |
| >Re: Apple, any slight update or estimation on WO 5.3.1, Please ?? (From: Chuck Hill <email@hidden>) |
| >Re: Apple, any slight update or estimation on WO 5.3.1, Please ?? (From: Nico Rossi <email@hidden>) |
| >Re: Apple, any slight update or estimation on WO 5.3.1, Please ?? (From: David Teran <email@hidden>) |
| >Re: Apple, any slight update or estimation on WO 5.3.1, Please ?? (From: Dev WO <email@hidden>) |
| >Re: Apple, any slight update or estimation on WO 5.3.1, Please ?? (From: David Teran <email@hidden>) |
| >Re: Apple, any slight update or estimation on WO 5.3.1, Please ?? (From: Dev WO <email@hidden>) |
| >Re: Apple, any slight update or estimation on WO 5.3.1, Please ?? (From: David Teran <email@hidden>) |
| >Re: Apple, any slight update or estimation on WO 5.3.1, Please ?? (From: Alan Ward <email@hidden>) |
| >Re: Apple, any slight update or estimation on WO 5.3.1, Please ?? (From: David Teran <email@hidden>) |