The referrer, or HTTP referrer — also known by the common misspelling referer that occurs as an HTTP header field — identifies, from the point of view of an Internet webpage or resource, the address of the webpage of the resource which links to it. By checking the referrer, the new webpage can see ...
0
votes
2answers
212 views
find the website url when it hits my landing page, like the url
i want to find out the websites that are people are coming from when they come on my website. so lets say someone comes from google.com or yahoo.com or someone came through email or somewhere else. ...
0
votes
1answer
287 views
i have big problem in HTTP_REFERER
now i make simple system in my site and this its code
if(stc($_SERVER['HTTP_REFERER'], $_SERVER['HTTP_HOST'])){
//download directly
}else{
//open page first
}
function stc($haystack, $needle, ...
12
votes
2answers
10k views
How to save http referer in rails
I'm trying to save the site that a user came from when they sign up. Right now I have a before_filter in my ApplicationController:
before_filter :save_referer
def save_referer
unless ...
0
votes
3answers
223 views
Am I in an IFRAME, how do I figure it out in PHP?
How do I figure out in my PHP's code if I am in an iframe or not? I'd like the page to behave slightly differently. I was going to use HTTP_REFERER but that doesn't seem very reliable.
28
votes
4answers
10k views
Will a 302 redirect maintain the referer string?
I need to redirect the user from one page to another, but I need to maintain the original referer string. So, for example, if they start out on http://www.othersite.com/pageA.jsp, click a link that ...
2
votes
4answers
1k views
Maintain HTTP Referer
I've setup some redirects on an Apache server. They look at bit like this:
Redirect /Name/register /login.html
My question is this... is there anyway to preserve the HTTP Referrer through this ...
3
votes
4answers
4k views
PHP: Returning a user to their original page after login
Are there any 'best practices' concerning how one should return a user to their original page after logging in to your website, specifically in PHP? e.g. if I'm viewing a StackOverflow question while ...
1
vote
1answer
584 views
Tomcat Referrer Lockdown
I know using referrer is a bad idea but I need a quick fix to lockdown content inside a folder on a tomcat application this is just the temp fix until we can get a long term one in place.
I would ...
1
vote
2answers
5k 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 ...
21
votes
4answers
46k 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 ...
3
votes
2answers
666 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 ...
7
votes
3answers
540 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
3answers
321 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 ...
2
votes
1answer
4k 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 ...
0
votes
4answers
251 views
Referer in php-
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 3, the page that ...
2
votes
5answers
1k 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 ...
3
votes
2answers
3k views
IFrame referer question - asp.net c#
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 from ...
5
votes
3answers
5k 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
4answers
2k 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 ...
0
votes
4answers
2k views
PHP HTTP_REFERRER - how to detect last page?
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 about.php it ...
0
votes
3answers
199 views
Sending refer(r)er though it's turned off in the browser?
I was wondering if there was a way to send a referer with a http-request though it is turned of in the browser (e.g. with javascript)?
The problem I have when the referrer is not sent:
I am trying ...
0
votes
1answer
3k views
AJAX modal dialog, fire onload if referer == <whatever>
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 using ...
0
votes
3answers
1k views
How can I append HTTP_REFERER to query string using htaccess?
In my .htaccess file I have a set of rules as follows:
RewriteRule ^dir/page1$ /bleh/docs/?id=12 [L,QSA]
RewriteRule ^dir/page2$ /bleh/docs/?id=13 [L,QSA]
RewriteRule ^dir/page3$ /bleh/docs/?id=14 ...
2
votes
4answers
336 views
how to log which page was “not found”? (Trying custom error page with htaccess, php, http_referer)
I was just wondering how to get
the link of the webpage which was not found on my website.
With following .htaccess code, when a non-existing page is requested, user is redirected to my_404.php.
...
0
votes
4answers
558 views
What are the most common reasons for requests without referrer?
I have a service with a large share of requests with an empty value for HTTP_REFERER. I'd like to interpret this correctly and wonder about the most common reasons for that.
I understand that ...
9
votes
8answers
5k views
Is it possible to capture search term from Google search?
This may be a stupid question, but is it possible to capture what a user typed into a Google search box, so that this can then be used to generate a dynamic page on the landing page on my Web site?
...
2
votes
4answers
925 views
is it possible to know where the user is coming from when he uses the back button?
For example,
if user goes to google -> example.com -> newwebsite.com
If he goes back to example.com, the http-referrer page will still be google.com
How can I detect that he went to newwebsite.com
1
vote
2answers
1k views
in what situation does the HTTP_REFERER not work?
i have used the REFERER before in foo.php to decide whether the page iframing myself is of a particular URL. (using $_SERVER['HTTP_REFERER'])
it turned out that most of the time, it worked (like ...
1
vote
1answer
747 views
Where do i 'setcookie' to record http_referer in Drupal 6?
I've got my php working to set a cookie storing the http_referer the visitor came from,
but how(or where) do i put this code in my Drupal theme/installation, to make it set cookie when a visitor first ...
3
votes
3answers
11k 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 ...
2
votes
2answers
2k views
how should we validate http header referrer in aspx .net
I want to ensure ensure nothing untoward gets into the referrer on an error page.
What should I be checking in order to validate the http header.
below is my current code:
// Ensure the referrer ...
2
votes
3answers
3k views
How do you spoof HTTP_REFERER?
I need to try and spoof the HTTP_REFERER passed my another page so that in the destination page, I can determine of the request is coming in from the "right" page and perform appropriate logic.
How ...
5
votes
6answers
5k views
php/html - http_referer
I am creating a website and on one particular page, am wanting to send the user back to the previous page. I am fairly new to PHP/HTML and have been using some existing code for ideas and help.
The ...
2
votes
7answers
214 views
Is this method good/secure enough for showing errors to users? - PHP
I'm developing a website, and due to user-input or by other reason, I need to show some error messages.
For this, I have a page named error.php, and I get the error number using $_GET. All error ...
1
vote
3answers
1k views
Basic php form help - referer title
I now have it set up so that when people go to a "thank you" page after filling out a form, they go to a page that says:
thanks for coming <a href="<?php echo $_SERVER['HTTP_REFERER'] ...
2
votes
3answers
3k views
HTTP_REFERER substitute that IE 6 will provide?
So IE (6, at least) won't help me with $_SERVER["HTTP_REFERER"] that I request with PHP.
But I'm new to Javascript and have just used a little routine in a pop-up to refresh the page from which the ...
1
vote
5answers
822 views
Which browsers/plugins block HttpReferer from being sent? [closed]
I am trying to interpret HttpReferer strings in our server logs. It seems like there is quite a high number of empty values.
I am wondering how many of these empty values are due to direct hits from ...
47
votes
6answers
61k views
Determining Referer in PHP
What is the most reliable and secure way to determine what page either sent, or called (via AJAX), the current page. I don't want to use the $_SERVER['HTTP_REFERER'], because of the (lack of) ...
1
vote
9answers
1k views
Block user access to internals of a site using HTTP_REFERER
I have control over the HttpServer but not over the ApplicationServer or the Java Applications sitting there but I need to block direct access to certain pages on those applications. Precisely, I ...