PromucFlow_constructor/app
Trisha Anand f5c8f643a7 [Bug Fix : Rest Api] Base64 encode binary response before sending it out to client (#5958)
* 1. For binary data in the response, base64 encoding the same before sending it out on the wire (instead of default conversion to string)
2. Added a new header which sets the data type of the response body.

* Minor code reformatting

* Fixed failing test cases

* The new header created should send the values in an array instead of a single value
2021-07-19 21:07:36 +05:30
..
client Added axios call to the special use case of downloading zip files (#5927) 2021-07-19 21:07:21 +05:30
rts Fix bug where some fields are missing for notifications from the API (#5336) 2021-06-24 14:35:30 +06:00
server [Bug Fix : Rest Api] Base64 encode binary response before sending it out to client (#5958) 2021-07-19 21:07:36 +05:30
util