Is there a way to have referer url in OEP`s internal browser ?
> Is there a way to have referer url in OEP`s internal browser ?
AFAIK there is no function to see the Referer (if it isn`t already a part of the URL).
Why do you need to see the Referer?
I only need to see the Referer when I download a project:
You can see the Referer in the Queue tree.
You have the option to see a Referer when you follow a link:
Use CTRL+ALT when you click on a link.
I think that it is necessary to specify a referer when browsing pages. I will try to add it. But please let me know if any other Web browser has such feature (Opera, Mozilla).
Best regards,
Oleg Chernavin
MP Staff
> I think that it is necessary to specify a referer when browsing pages. I will try to add it. But please let me know if any other Web browser has such feature (Opera, Mozilla).
> > Best regards,
> Oleg Chernavin
> MP Staff
I am not sure if any browser has this feature. Although Opera and Mozilla can`t do what OEP does. It is a simple protection scheme I adopted for my own closed system website.
OK. I will work on this feature this week.
Oleg.
I tried to investigate how to do that, but I can`t find any way yet. Sorry.
Oleg.
How different does this compare to referer/global referer parameters used within URL for projects ? I am able use referer url within project. I thought it would be nice to be able to do the same in the internal browser.
When Offline Explorer loads files itself, it can easily specify the desired referer and other things. But I cannot control MS IE to that extent (embedded MS IE window is being used as the Internal Browser in Offline Explorer).
Oleg.
Thanks for looking into this.
> I think that it is necessary to specify a referer when browsing pages. I will try to add it. But please let me know if any other Web browser has such feature (Opera, Mozilla).
Hello Oleg,
I don`t know whether this helps you, but Konqueror, the builtin browser
of the Linux graphical interface KDE, does the following:
when a page contains a <base href=...> tag, konqueror uses this url
as the referer for following links on that page.
This is true for all browsers - including MS IE and Offline Explorer`s too.
Oleg.
> This is true for all browsers - including MS IE and Offline Explorer`s too.
Definitely not (I just tried it).
Naturally all browsers use the url from the <base href=...> tag for
the completion of links on that page, but only konqueror uses this
url in the referer header.
<html><body>
<base href="http://home.att.net/~pfrswr/">
<a href="/~pfrswr"><img src="/cgi-bin/counter.gif"></a>
</body></html>
All browsers give a zero picture with this page, only konqueror shows
a different number which was 1922 on my last test.
It`s possible to send different Referrer`s for different URL`s using a local Proxy called Proxomitron. I use this with Grypen`s filter set, which allows you to specify URL`s and corresponding Referrer`s to use in a text file.
As long a a browser can use a proxy (which all can), then you can use this method. Once set up, just set OE to use proxy server in the options.
You can also use the following in Offline Explorer Pro`s URLs field:
http://home.att.net/cgi-bin/counter.gif
Referer=http://home.att.net/~pfrswr/
Oleg.