This has gotten me totally stumped, it's one of those "that's impossible" things... 
If you use http://www.proxywebsite.com in FF it works 100% fine.
If you use it in IE, the proxied site will not show any images...
There are settings for the proxy, like whether or not to show images, encode th url's etc etc, these are stored in the following inputs:
In FF these inputs are submitted so that you can see the "&hl=1011101001" at the end of the url, those are the settings (1 being on, 0 being off)
In IE when you hit the browse button the "hl" variable should be "1011101001", but it is just "0000000000."
So the problem is that IE is not sending the data at all!!!
WTF I HATE IE SO MUCH!
Sorry, i've worked on this one problem for over an hour!
lol any help is much appreciated!
THanks!
Rhett.
If you use http://www.proxywebsite.com in FF it works 100% fine.
If you use it in IE, the proxied site will not show any images...
There are settings for the proxy, like whether or not to show images, encode th url's etc etc, these are stored in the following inputs:
Code:
<input type="hidden" name="new_window" value="ON" />
<input type="hidden" name="ops[]" checked="checked" />
<input type="hidden" name="ops[]" />
<input type="hidden" name="ops[]" checked="checked" />
<input type="hidden" name="ops[]" checked="checked" />
<input type="hidden" name="ops[]" checked="checked" />
<input type="hidden" name="ops[]" />
<input type="hidden" name="ops[]" checked="checked" />
<input type="hidden" name="ops[]" />
<input type="hidden" name="ops[]" />
<input type="hidden" name="ops[]" checked="checked" />
In FF these inputs are submitted so that you can see the "&hl=1011101001" at the end of the url, those are the settings (1 being on, 0 being off)
In IE when you hit the browse button the "hl" variable should be "1011101001", but it is just "0000000000."
So the problem is that IE is not sending the data at all!!!
WTF I HATE IE SO MUCH!
Sorry, i've worked on this one problem for over an hour!
lol any help is much appreciated!
THanks!
Rhett.
Last edited by a moderator:







