Antun’s Blog

Notes on OpenLaszlo, LZX and Rich Internet Application Development

Antun’s Blog header image 4

Entries from April 2009

Raw POST Data from OpenLaszlo Datasets

April 7th, 2009 · No Comments

There are three practical ways to get data from a browser client to a web service:

Query string parameters in a GET or a POST request.
POST parameters.
Raw POST data.

The first two are fairly straightforward: A query string is the part of the URL that comes after the question mark. Post parameters (as name/value pairs) can be [...]

[Read more →]

Tags: LZX Tips · OpenLaszlo