1
vote
2answers
48 views
PHP, HTTP_REFERER not working on iframe??
Okay, here is my situation.
I have a page, index.php, which is the mainsite (flash site)
I have another page called iframe.php which contain iframe of index.php
Another page, test.php. Inside have …
1
vote
4answers
51 views
Get original URL referer with PHP?
I am using $_SERVER['HTTP_REFERER']; to get the referer Url. It works as expected until the user clicks another page and the referer changes to the last page.
How do I store the original referring …
6
votes
3answers
149 views
Duplicate Referrer Header - HTTP.sys barfs
I have been testing the PS3 browser (NetFront) with embedded Flash components on a web page and there seems to be a rather serious bug with the way that any requests from Flash are issued. The browser …
1
vote
2answers
48 views
Can I use the Google AJAX Feed API REST interface from a native iPhone App?
Google states the following in the AJAX Feed API docs:"Applications MUST always include a valid and accurate http referer header in their requests."
I am building a native iPhone application and …
0
votes
1answer
177 views
HTTP Referer header in Struts 2
How can I get the Referer header under Struts2? Right now I'm using an ActionSupport class and I can't seem to get a ServletActionContext object or implement the ServletRequestAware interface? (Where …
1
vote
3answers
74 views
How to tell where the user is coming from?
Is there a reliable way to determine where a user is coming from in an ASP.NET application? We have a web application that is linked to from two different locations. The two links are on separate …
0
votes
4answers
95 views
Referer in php-
Hello everyone,
What is the best method of doing the following:
I have Page A with 2 buttons(for different things) which both take you to a login page(Page 3), When login details are filled in Page …
0
votes
3answers
390 views
Google is changing its referrer URLs from /search into /url. Any known issues?
The following quote from a Google blog made me wonder if plugins for popular blog and CMS software are affected (like those saying "Hello from Google, we highlighted your search terms", and like …
1
vote
2answers
291 views
IFrame referer question - asp.net c#
Hi,
One of our application will be run in an iframe, inside salesforce and I'm having troubles with accessing the referer. They'd like us to do some referer checks, to make sure the request is coming …
2
votes
5answers
196 views
What would HTTP referrer be?
What would the HTTP referrer be in the following cases:
User clicks a link on a website and arrives at a different website that is hot linking an image from a 3rd website, what would the referrer be …
0
votes
4answers
1k views
PHP - Referer redirect script
Often, when searching for answers, I have found that certain websites will allow you to read the information they offer if the referer is, for example, google.com. Yet, if you link directly to the …
0
votes
4answers
159 views
How do I get the siteURL calling my page when it is loaded in an iFrame?
Is it as easy as $ENV{'HTTP_REFERER'}? or is there something else that I need to do?
Example:
My Site: sample.php
Calling Site w/iFrame: somesite.com
I want sample.php when it loads to be able to …
1
vote
3answers
135 views
http_referer lost using https
Picture two web pages, both viewed using https. They reside on different domains.
How can I (reasonably) ensure that someone arriving at my page came via a hyperlink that resides on another …
0
votes
2answers
511 views
AJAX modal dialog, fire onload if referer == <whatever>
Hi folks,
I'm trying to change my index.html to show a modal window if the referer to my site == (eg, if they come from Google, show a "Welcome Googler" dialog box with an image inside of it).
I'm …
0
votes
5answers
216 views
PHP HTTP_REFERRER - how to detect last page?
Hiya,
I need to detect where the user has just clicked from - as my AJAX content needs to be displayed differently depending on the source page it is to be inserted into.
If it's to go into …
