Project

General

Profile

Actions

Task #5350

closed

Redo stream data passing

Added by krileon almost 9 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
19 June 2015
Due date:
% Done:

100%

Estimated time:

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.

Actions #1

Updated by krileon almost 9 years ago

  • Subject changed from Redo stream data posting to Redo stream data passing
Actions #2

Updated by krileon almost 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.

Actions #3

Updated by krileon almost 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 #4

Updated by krileon almost 9 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF