Actions
Task #5350
closedRedo stream data passing
Description
Currently stream data sent by GET/POST is passed as readable params. Instead encode them into a base64 string so it's just an encoded string that's passed around (needs to be reversable of course). It should also send with the POST when possible instead of as part of the POST URL.
Updated by krileon almost 10 years ago
- Subject changed from Redo stream data posting to Redo stream data passing
Updated by krileon almost 10 years ago
- Status changed from Assigned to Resolved
- % Done changed from 50 to 100
Actions