[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to POST in XML format
- From: "Thomas B. Passin" <tpassin@home.com>
- To: xml-dev@lists.xml.org
- Date: Thu, 07 Jun 2001 20:16:37 -0400
[Mike Brown]
> Thomas B. Passin wrote:
> > Otherwise, the only way using standard capabilities that you can
currently
> > send xml data from a browser is to include it in a field of a form,
which
> > you then send back to the server (GET or POST, either one). And if you
do
> > that, the browser will url-encode the data and you have to make sure you
> > remember to unencode it before use.
>
> Unfortunately, this approach is fraught with problems, partly due to specs
> that do not adequately address character encoding issues, partly due to
> clients (browsers) not being trustworthy enough to consistently &
> predictably encode the form data, and partly due to widely deployed
> servers that make the same kinds of mistakes as the clients (assuming
> iso-8859-1 based URL encoding, for example).
>
Yup, just be good little US-ASCII users and you'll probably be just fine
:=).
Tom P