The referrer tag has no wiki summary.
1
vote
1answer
12 views
HTML Form Submit Button Not Passing HTTP_Referrer Info
I was looking into my site's Google analytics code and realized that a a lot of pages that show up when my site visitor clicks on an html form submit button () are being logged as direct visitors.
...
-1
votes
0answers
8 views
How would I find the webpage for a URL that only contains a downloadable file?
How would I find the webpage for a URL that only contains a downloadable file? Is it possible?
I know how to find a referrer to a page link, but I can't find anything on download links.
0
votes
1answer
16 views
Keep track on referrered links
Many sites have this implemented, I don't know how exactly it is called so its hard for me to search for it
you can see links in websites such as facebook,twitter that have urls similar to
...
1
vote
1answer
29 views
Rails: request.referrer == request.url
Perhaps I misunderstand how request.referrer works, but isn't it suppose to provide you with the url of the page the user is coming from? So for instance, if they're viewing an article and then click ...
0
votes
4answers
30 views
Getting referrer using php
Can someone tell me that:
Can we get two step back referrer using php ? for example someone come though google.com to mysite.com and then he/she clicked on any other page of like mysite.com/page.php ...
0
votes
0answers
5 views
about:blank and chrome://downloads/ in referrer field of access_log
Today I find that the website has these 2 strange requests, which have strange referrer:
about:blank
chrome://downloads/
Ignoring the fact that we can set dump referrer using any script (cUrl..), I ...
-1
votes
1answer
26 views
How to pre-populate specific text from specific referrers URLs to a search form?
Here´s exactly the problem: we have an HTML page with a search form, and need to take specific parts of specific referrers URLs and pre-populate them to the search form.
So that the user only have ...
0
votes
2answers
75 views
Find the referring URL and parse it
Okay my problem is there are two websites with two different servers. What I'm trying to do is write some of the buttons for website 1, but on a page on my server (website 2).
So to do this the ...
0
votes
2answers
38 views
Remove referer from Javascript redirect
I need to do a Javascript based redirect
window.location.href = 'URL';
But I need to remove the referrer from the HTTP headers upon redirection (the target page should see no referrer), how can I ...
1
vote
1answer
44 views
Is it possible to use get_headers after hiding referrer?
I'm using this code to get HTTP response:
$url = "http://example.com/";
$headers = get_headers($url);
$header = substr($headers[0], 9, 3);
echo = $header;
which works great but I need to hide ...
0
votes
0answers
25 views
How to save External Referrer Information
Stupid Internet Explorer doesn't send $_SERVER['HTTP_REFERER'] with page requests.
I saw this question was asked many times on SO
HTTP Referrer and IE7 and IE8
Alternative for ...
1
vote
0answers
21 views
Can I use htaccess to prepend a file for specific referring domain
I know you can prepend a file via htaccess via:
php_value auto_prepend_file prepend.php
I am wondering if it is possible to do so based on a list of referring domains.
So if the referring domain is ...
0
votes
0answers
21 views
How can I pass a referrer from an https website to a http website?
I have a site running entirely on https. I have links to third-party sites which are running on http.
Because a link on an https website to an http website does not pass the referrer header, the ...
0
votes
0answers
59 views
Google Analytics ecommerce referrers coming from direct/none or email
I am having an issue with our Google Analytics e-commerce data all coming from direct/none or email rather than various domains/referrers. If we look at where the traffic is coming from (not just ...
0
votes
1answer
40 views
get referrer using google analytics
I have an app located in some servers (not in Google Play) and I want to know from which one it has been downladed, I read about it and it looks like I have to do it by using a BroadcastRecever and a ...
0
votes
0answers
83 views
Awesomium, change useragent and referrer
I just started to use awesomium.
I wanted to understand how to change user-agent and referrer.
i need for example to initialize 5 istance o awesomium webcontrol and for each of them i need different ...
2
votes
1answer
80 views
How can I get the correct referer via JavaScript if the referrer uses https?
I use document.referrer to read the referrer url via JavaScript e.g. if a user clicked a google search result link and lands on my website:
http://www.google.com -> Click on search result -> ...
0
votes
0answers
11 views
Getting “BrowserID not enabled” trying to login to Mozilla Builder
I'm getting a "BrowserID not enabled" popup after logging in into Mozilla Builder although I'm already logged in back at my home pc? I can't login from another computer using the same email and ...
0
votes
2answers
75 views
Getting NULL values while parsing URL string in Android
I am getting URL string in below loop
referrer = intent.getStringExtra("referrer");
Following is Log
action: 'com.android.vending.INSTALL_REFERRER' referrer string: ...
0
votes
1answer
58 views
referrer ip manipulation
Some applications are providing security only by accepting requests from certain IPs. Is this a good way of making that app secure. Is there any way to manipulate this referrer IP during request ...
0
votes
1answer
15 views
Determine whether a user came from an email, and if so which client
Before I get a spam of comments saying this shouldn't be done, I'm using it as a 'nice to have' with plenty of ux thought going into getting them to the right page if I sniff the referrer incorrectly.
...
0
votes
0answers
38 views
Adding custom data to INSTALL_REFERRER intent in Android
I would like to add some custom stuff into a post (graph or open-graph) so that it will be included in the INSTALL_REFERRER intent.
details:
A user clicks a post from one of his friends (a link or ...
0
votes
1answer
126 views
Redirect, but hide referrer
Lets say I have a URL, www.mysite.com/go that I want to redirect to www.anothersite.com/site.php?id=999
The trick is, I do not want anothersite.com to be able to see that the request came from ...
0
votes
0answers
89 views
How Can I Detect the HTTP Referrer In My Facebook Iframe App?
In my Facebook app, no matter if I try call the HTTP referrer with PHP or JS... $_SERVER['HTTP_REFERER'] or document.referrer... so that I can use it to manipulate the canvas iframe source, the ...
0
votes
0answers
51 views
Jquery Ajax Protection
I have searched on google but most post are for people looking for cross domain ajax.
I want to know if there is a way to limit my ajax results to just my domain? In order to prevent a person from ...
0
votes
0answers
253 views
document.referrer not working in safari?
I am using document.referrer to get referrer url in javascript.
It is working fine in Mozilla, Chrome and IE but not working in SAFARI. Why ?
1
vote
1answer
49 views
Redirection based on another site's cookies?
I'm looking for something to add to my .htaccess that will redirect any incoming traffic that has a cookie set by another website.
For example, if I have a website called DogsPaws.com and someone ...
0
votes
1answer
44 views
WP7: Is it possible to get a referrer from the installation page/link?
This question involves both programming and architectural subjects.
Firstly, sorry if it was asked previously, with other words or in another way. I just haven't found anything that matches with my ...
0
votes
1answer
423 views
VB.NET - WebBrowser Additional Headers - User Agent Overrides / Cancels Other Headers?
I am trying to add 2 things into a WebBrowser control request: 1) User Agent, 2) Referring URL, (Optional 3): Accept Type.
My Code:
Dim Headers As String = "Accept: */*" & Chr(10) & Chr(13)
...
0
votes
1answer
139 views
Rails: controller#show logic for a link_to root_path or :back
How do I set up a Controller#show layouts "OK" button so that it will link_to root_path if the user is coming through the new > create actions
but
if user is viewing a list of already existing ...
2
votes
1answer
146 views
is it possible to tracking App Referrers NOT with Google Play?
I have been researching about this topic for hours now, and I could not find any helpful information. So finally I have decided to create a Stackoverflow account for the first time.
Basically I have ...
0
votes
1answer
200 views
Google Analytics Social Tracking Facebook Referrer
I understand that Google Analytic's Advanced Segments can be used to track referrals made from Facebook. I am creating my own tracking system and want to emulate this referral tracking feature. I ...
0
votes
0answers
103 views
How do you create dynamic links by referrer? (wordpress)
I am creating a Wordpress blog for a retail company which has two separate websites (one regular one, and one which requires a login). I'll be featuring products in the blog, and would like the links ...
0
votes
0answers
74 views
Referrer URL for Views - Rails
I'm trying to grab the referrer URL, and have used a couple different methods. The one that seemed most reliable, was below:
session[:login_refer] = request.url
However, it sometimes causes an ...
0
votes
1answer
458 views
How to go back to referer page in CakePHP after login
I have a problem on going back to referer page:
first url: http://site.com/venue/apartments/1564/venue-name
referer url: null
In this page I can edit stuff inside, so I have a login button to go to ...
2
votes
1answer
424 views
IE Popup targeting issue with Javascript referrer hack
I've run across some code that is using the following type of referrer hack to pass along referrer information to a popup window via Javascript in IE:
var targetName = "linkTarget";
_win = ...
0
votes
1answer
278 views
Allow only certain ip and referrers in htaccess
I have a ruleset for Apache htaccess to allow access to certain IP address which works perfectly for working under maintenance mode. However, this also blocks some referrers like wordpress.com or ...
0
votes
0answers
34 views
If chrome extension opened a page, Any way to know the chrome extension? the referrer is empty
For example: Chrome extension A use window.open(pageurl) to open a page, I found the referrer is "" not A.
0
votes
2answers
124 views
PHP how to detect user coming from sister website if referrer disabled
E.g. I have two domains:
http://www.computer.com
http://www.computers.com
http://www.computer.com is main website and http://www.computers.com is just dummy that will redirect to main website ...
1
vote
3answers
40 views
redirector or anony clone
I need to do a dynamic redirect based on anything past the ? in the URL.
So for example. If i send a link like:
http://go.com?http://link1.com
go.com loads a page which has a 15 second loading ...
-1
votes
2answers
76 views
1:1 php referral redirect [closed]
After searching, I did not see a specific answer to my scenario.
What I want to do is redirect to another specific website or web page based on a specific referrer.
So basically
if referrer is ...
3
votes
2answers
174 views
Javacript referrer check based on the domain
I need JS on a page to check if the referrer - the previous page - comes from the same domain.
The URL of a page with the JS is formatted like this:
http://subdomain.site.com/dir/page?vs=123456
...
1
vote
5answers
155 views
Links that don't pass referrer
I want to create a list of links opening the targets in new tabs from my private page and I don't want the referring URL to be passed on.
I tried the following method, but it didn't solve the problem:
...
0
votes
3answers
180 views
Yet Another document.referrer.pathname Thing
I'm looking for the equivalent of "document.referrer.pathname". I know there are other questions that are similar to this on SO, but none of them handle all the use cases. For example:
...
1
vote
1answer
109 views
.htaccess Hotlink Disabling Not Working Correctly
I have the following snippet:
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^https?://%{SERVER_NAME}/
RewriteRule \.(js|css|png|jpg) - [R=404,L]
Simple and should work right? It ...
1
vote
1answer
68 views
CakePHP: User Referral System, how to associate?
I'm building a CakePHP powered website, where users can refer each other, i was thinking about a "Has and Belongs to many" relationship (A user can have multiple referrals, but can be referred only by ...
2
votes
0answers
98 views
I cannot trackireferrer_install on flurry
I am trying to report the install event to flurry.
I have implemented ReferralReceiver to be called when the app is being installed.
I have all the parameters in a map.
I am calling Flurry using my ...
0
votes
0answers
260 views
PHP - Redirect with modified/removed referrer?
I'm assuming this is not possible but I'm going to ask anyway because there are a lot of people here who are a whole lot smarter than me!
I want to do a header redirect and spoof the referrer.
...
0
votes
1answer
247 views
document.referrer blank when using back button
I am using document.referrer in javascript to check where the user has come from. At the moment I am looking into what happens if the user is on my page, navigates to a different page then uses their ...
2
votes
4answers
92 views
How can I know the URL of the page that is loading a script in PHP?
There is a web page from a different domain that includes a script that is hosted and generated in my server. Say that page is in http://www.theirdomain.com/site and its markup is like this:
...



