Hello, does anyone know if it is even possible to REWRITE the parameter of an activex object in a web page?
See the ip in this code? I want to proxypass the ip in this object.
I know how to proxypassreverse a directory to an ip like this.
/video 55.55.55.55
But in this onject code if you replace the ip with /video the activex control wont work. It must have an ip in there.
Any idea how i can use mod_rewrite to change the ip in the activex object code?
<object classid="clsid:8D58D690-6B71-4ee8-85AD-006DB0287BF1" id="WebCam" width="320" height="240">
<param name="IpAddress" value="55.55.55.55">
<param name="DisablePWD" value="-1">
<param name="UserName" value="myuser">
<param name="Password" value="mypass">
<param name="CommandPort" value="4550">
<param name="DataPort" value="5550">
<param name="BandWidth" value="LAN">
<param name="FixSize" value="-1">
<param name="FixWidth" value="320">
<param name="FixHeight" value="240">
<param name="AutoLogin" value="0">
<param name="DefaultCam" value="1">
</object>