-------------- Original message ---------------------- From: Stefan Arentz <[EMAIL PROTECTED]> > > If you want to send Base64 encoded data in a query parameter (or post > data) then you will need to 'percentage-escape' it properly. In which > case a '+' needs to be translated to a '%2b'.
Bingo! That did the trick. Thanks Stefan. _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
