Thanks for your reply. Unfortunately, the protocol that I am working with means that my script is receiving an HTTP GET, not a POST. Is there a way I can sensibly 'tweak' the request coming in to circumvent this? I have reason to believe that there is considerable inertia at the other end to changing their method. Kindest regards Jonathan Andreas Jung wrote:
--On 6. Februar 2006 08:33:47 +0000 Jonathan Cleaver <jcleaver.hq@da.mod.uk> wrote:
I have a system which is accepting Base 64 encoded data from an external source, due to the protocol being used at the other end this is being passed in through a URL variable.
Such data should be passed to Zope as POST request, not through GET.
-aj
------------------------------------------------------------------------
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )