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 over 9 years ago
- Subject changed from Redo stream data posting to Redo stream data passing
Updated by krileon over 9 years ago
- % Done changed from 0 to 50
Token generate still needs to be more generic. Currently it's hardcoded, but it should be dynamic to whatever ->params are so more params can be added freely.
Updated by krileon over 9 years ago
- Status changed from Assigned to Resolved
- % Done changed from 50 to 100
Data will still send via URL, but it's now nicely encoded so it's not entirely exposed. The encoding is reversible, but the token secures it. If the URLs become too long will look into a different method for passing the stream encoded string.
Actions