[thelist] HTTP Request [SOLVED]

Chris.Marsh at Callserve.com Chris.Marsh at Callserve.com
Fri Jan 28 09:09:49 CST 2005


Ken

> How is the data coming to you? If it's a POST then 
> Request.Form() will give
> you the entire set of POSTed data
> 
> Or do you want all the HTTP headers as well?

Thanks for the response - it was this that pointed me in the direction of
the solution to the problem. I managed (finally) to a copy of some of the
XML that was being sent to your server as an HTTP request and causing
errors. When I sent it, it worked fine. However, I noticed that I was
sending it specifying the content type "text/xml", and they were specifying
content type "application/x-www-form-urlencoded". When I changed the content
type to "application/x-www-form-urlencoded", it failed. I believe this was
the problem.

Thanks to all for your suggestions.

Regards

Chris Marsh

_______________________________________________________________________
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the sender and delete the email immediately. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. 

Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company.

Finally, the recipient should check this email and any attachments for the presence of viruses. Callserve Communications accepts no liability for any damage caused by any virus transmitted by this email. _______________________________________________________________________
This email has been scanned for all viruses by the MessageLabs SkyScan
service.


More information about the thelist mailing list