3 Sep
2002
3 Sep
'02
2:23 p.m.
On Tuesday 03 September 2002 03:53 am, Toby Dickenson wrote:
On Monday 02 Sep 2002 4:30 am, Casey Duncan wrote:
What do you all think of this? Do redirects ever make sense to an xml-rpc call?
In reading the spec it says (in reference to the response status value):
"Unless there's a lower-level error, always return 200 OK."
Now granted this problem stems from calling a ZMI API through xml-rpc, but for better or for worse, that is the de-facto TTW API into Zope.
For a long long time I have been using a patched xmlrpc module which returns the redirect target as an xmlrpc string in this case.
This is interesting. Do you ever do anything with the redirect value? -Casey