[Zope-dev] passing variable between zope and asp
Romain Slootmaekers
romain@zzict.com
Wed, 07 Aug 2002 08:31:17 +0200
Faye Chiao wrote:
> Hello,
> We are trying to pass a string between two websites, from one developed
> with Zope, to the other written in html/asp. Would you have any
> suggestions as to how we might do this? We have considered stuffing the
> data into the url string, but are wondering if there is an alternate,
> perhaps more secure method.
more secure? who shouldn't be able to see the string ?
what about
https://myUglyAsPSite.Com/path?myString=...
have fun,
Sloot.