[Zope] Re: Base 64 passed into Zope

Jonathan Cleaver jcleaver.hq at da.mod.uk
Mon Feb 6 04:23:10 EST 2006


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 at 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.
>>
>> e.g. http://foo.bar.com?Data=uiDggGREJJytIIUicSSAa+WEhnGK
>>
>>
> 
> Such data should be passed to Zope as POST request, not through GET.
> 
> -aj
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Zope maillist  -  Zope at 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 )



More information about the Zope mailing list