Does eCAP work on binary data?

Asked by Keith

Hi,

Just want to whether eCAP support modifying binary data in HTTP request or response?

I am trying to develop an application to change video data that pass through the proxy.
I just want to know, before I start digging into eCAP, if this is possible.

Thanks a lot.

Question information

Language:
English Edit question
Status:
Solved
For:
eCAP Edit question
Assignee:
No assignee Edit question
Solved by:
Alex Rousskov
Solved:
Last query:
Last reply:
Revision history for this message
Best Alex Rousskov (rousskov) said :
#1

eCAP APIs are agnostic to the message content type as they deal with sizes and offsets expressed in raw bytes. An eCAP adapter can work with virtually any HTTP message content type, including "video".

Revision history for this message
Keith (keith89926) said :
#2

Thanks Alex Rousskov, that solved my question.