10 Oct
2001
10 Oct
'01
10:28 a.m.
"Krone, Armin" wrote:
The pain is, that I can't change the 'content-Type' within my external server. What can I do with Zope that it accepts HTML-Requests with 'Content-Type : text/plain?
There is no such thing as text/plain content type for post request. What is the _real_ content type (format) of your external server ? Zope needs to know it in order to extract the data that is POSTed. ------------------- Hannu