Phill Tornroth wrote:

> At any rate, my problem is that if I get XML like the stuff shown below:

> <Login LoginID="&amp;hithere" LoginIDScanned="FALSE"
> Result="FAILURE_UNKNOWNUSER"/>

> The '&' character in the post causes the data to get chopped in half (I'm
> assuming this is because the '&' character is a field delimeter in http)..

It should only "split it up" if the content type of the post indicates that
it's form-data. It sounds to me like the client is not setting the content
type correctly ("text/xml", IIRC).

Brad

--
Read my web log at http://www.quality.nu/dotnetguy/

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to