Multiple protocols on virtual server port
olegrtecno
Member ✭
Hello everyone,
I need to make one virtual port both to manipulate with TCP stream (TCP::payload replace) and to insert HTTP header.
Unfortunately, tcp_proxy port (the only one that can do TCP::payload replace) can't handle HTTP traffic.
Any thoughts?
I need to make one virtual port both to manipulate with TCP stream (TCP::payload replace) and to insert HTTP header.
Unfortunately, tcp_proxy port (the only one that can do TCP::payload replace) can't handle HTTP traffic.
Any thoughts?
Tagged:
0
Comments
You might be able to use aFleX to achieve this. Please refer to the below link for an example. While not the same use case, perhaps you can do something similar for your requirement.
https://dev-a10wp.pantheonsite.io/forums/topic/separating-http-from-non-http-content-on-port-80/#post-502
Regards.