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 ...
1
vote
2answers
1k views
Redirect based on referer's url
I am trying to redirect visitors to a site based on their referring url.
Here is the script:
php
$domain='blankds.com';
$referrer=$_SERVER['HTTP_REFERER'];
echo $referrer;
if ...
0
votes
2answers
47 views
controller class in php
I'm new at php programming, and I want to ask question:
So I have 3 php forms:
insertworkerform.php
inserttoolsform.php
insertorderform.php
Inside those files I used <form ...
0
votes
2answers
80 views
Http referer and bookmark
I'm visiting a website and soon I click on a bookmark in my browser. A new website is opened. My question is:
Does the referer data (which is submitted to the new website) only contain the bookmark ...
0
votes
2answers
666 views
What can I use instead of HTTP_REFERER for reliable tracking?
I'm working on a script that will save the refering url for each visitor to a session var and then store it to the db with other data like the google keyword/phrase that brought the visitor to the ...
0
votes
2answers
261 views
using sessions to pass http_referer php
here is the ordeal:
on index.php
<?php
session_start();
$url = $_SERVER['HTTP_REFERER'];
$_SESSION['abc'] ='$url';
?>
i echo on the page $_SERVER['HTTP_REFERER']; and i get what ...
0
votes
2answers
4k views
Request.ServerVariables(“HTTP_REFERER”) is not working in IE
The Request.ServerVariables("HTTP_REFERER") is not working in the Internet Explorer.
We have a requirement like, there are two different websites say, www.example1.com and www.example2.com. I have to ...
4
votes
1answer
270 views
rails request.env[“HTTP_REFERER”] giving nil on heroku
I have created a ruby on rails application. I am having below scenario
In localhost for getting referrer link i'm using request.env["HTTP_REFERER"] it's working perfectly not giving null.
I have ...
1
vote
1answer
239 views
Redirect url using .htaccess (Multiple special characters)
There are lots of posts here about redirect using htaccess, but i am unable to find one for me.
I want to redirect following url to 404 page. But i am facing problems because of special characters in ...
0
votes
1answer
40 views
httpWebRequest Referer exception with unicode url
I have some code use httpWebRequest to post data, but when i use unicode text in Referer it always show exception: "Specified value has invalid Control characters."
CookieContainer ...
0
votes
1answer
167 views
Store first referring URL in one variable along with $_SERVER['HTTP_REFERER'] in another
I'm using the two functions below to store referrer information in variables which are inserted into a form email body. I need to store the first referring site or URL in one variable and the normal ...
0
votes
1answer
145 views
Can I alter/hide my HTTP_REFERER header in VBScript?
Is it possible to change the HTTP_REFERER value in VBScript? To avoid XSS attacks I am using CSRF data in my links. But when I am linking the user to an external website, this CSRF data could be ...
0
votes
1answer
112 views
Is that possible for a iframe to get the referer from main page in Rails 3?
Is that possible for a iframe to get the referer from main page in Rails 3?
For example, page A has a iframe, page B. I've a hyperlink point to page A from page C. Can page B get the refer URL that ...
0
votes
1answer
564 views
Get URL of Referer page in ASP.NET
I am working on an ASP.NET project and currently struck in something.
Basically, I have three different levels of users
1. Admin
2. DMV
3. Caller
All the users have their respective directories, and ...
0
votes
1answer
124 views
ErrorDocument only when referer is empty
I want to add in my .htaccess ErrorDocument 404 /error-404.php (etc) but only when the referer is empty.
So, if an user wrongly typed an URL, gets the error-404.php, but when I linked an image in my ...
0
votes
1answer
216 views
Curl redirection not working. What am I doing wrong?
I want to redirect a specific page from my .in domain to my .com domain using curl and at the same time change the HTTP Referer to something else (blank).
I am using the following code :
<?php
...
0
votes
1answer
239 views
Can I programmately set the referer header of a request?
Is there any way, using javascript on a page or in any other way, to forward a user to another page or just make him make a GET request, but the HTTP request he sends to the target page to have a ...
0
votes
1answer
65 views
Can a website see that a user is from Google SSL?
Google wrote:
However, for organic search results on SSL search, a web site will only know that the user came from google.com.
...
0
votes
1answer
55 views
Hotlinking: How do I differentiate between an image in a <img> tag versus an image link?
I want to allow partial hotlinking to images on my website. I want to allow a specific site (Reddit) to be able to show an image from my website on their page, but if they click on the link to the ...
0
votes
1answer
210 views
How to activate http referer from server / cpanel?
My issue is about $_SERVER['HTTP_REFERER']. I can't get the value of http_referer on my server or may be due to Firefox. But I've also printed print_r($_SERVER); but still it doesn't provide me ...
0
votes
1answer
679 views
Save HTTP_REFERER with mod_rewrite?
actually I'm trying to pass referers inside the .htaccess. What I'm trying to do is that the referer value shall be send to a PHP script where this value will be saved to a databse. In some cases ...
0
votes
1answer
116 views
Longish list of allowed referrers
I want to allow hotlinking only from a list of referrers (paying customers, probably a few hundred).
I am on Apache 1.3 and I do not have access to the configuration (only .htaccess).
What is the ...
2
votes
0answers
193 views
HTTP referrer diagnostic library (Search Engine, keywords)
I find it hard to believe no free software library exists that get's as input a HTTP Referrer string and outputs meaningful information.
The parsing job here is large and I'm pretty sure no single ...
1
vote
0answers
291 views
PHP - Is using HTTP_REFERER to test for iframe's parent page reliable?
I have a page called test2.php that is loaded into test1.php via iframe.
I would like to implement a whitelist to make sure that test2.php is only accessed via test1.php. I noticed that the parent ...
1
vote
0answers
213 views
ASP.Net MVC: Lock JSON Requests to within a site by HTTP_REFERER
Suppose I have an ASP.Net MVC site. How do I lock controller methods (perhaps with an Attribute on the Action) so that HTTP_REFERER must point to my site?
To expand:
I have many JSON actions on my ...
1
vote
0answers
262 views
Set Referrer Information on Rails Redirect
I'm working on a Rails app that redirects users from my Rails app to an outside site. I'd like to be able to track those users that arrived from my Rails app to that site, but on Google Analytics all ...
1
vote
0answers
237 views
Detect image uploading sites -> add watermark
I'm trying to add a watermark to some images on my site when they're accessed from another site. So far the following is working for linked/embedded images:
RewriteCond %{HTTP_HOST} ^www.mysite.org$ ...
1
vote
0answers
397 views
HTTP referrer when using with an iframe & Flash
I completed one widget with Flash, I put the swf file in one page that page that is attached to iframe.
The problem starts from here when I put this swf file inside of iframe the HTTP Referrer is not ...
0
votes
0answers
9 views
mod_rewrite based on current HTTP_HOST and HTTP_REFERER
Is it possible to make such check with htaccess mod_rewrite -
If a referer domain is example.com and current host is www.example.com
then redirect the user to example.com domain.
The meaning is to ...
0
votes
0answers
22 views
which browsers dont send the referer header?
I always read about the fact, that user-agents dont have to send the referer header so you cant rely on it. To limit others from "stealing" pictures from your page and generating extra load for you ...
0
votes
0answers
14 views
How does referral link being interpreted when opening a link from inside of a PDF file?
I'm wondering how does referral link being interpreted when opening a link from inside of a PDF file? Suppose 2 cases:
When you've opened a PDF file which has its own URL ()usually inside a web ...
0
votes
0answers
56 views
Add http referer with redirection to browser in android application
I want to add referer with a redirection to browser on android apps.
I use this :
browser.setData(Uri.parse("http://www.plus2net.com/php_tutorial/php_referrer.php"));
I know add referer with ...
0
votes
0answers
86 views
Add referer with a redirect Safari or WebView in application IOS
I'm working on a project that listening a click on IOS application and redirects on a webview if the redirection is in apps or redirects on safari browser.
I want to add referer of my website with ...
0
votes
0answers
37 views
StingerASP can't seem to validate Referer header rule specified in SVDL file
I'm trying to use the ASP version of Stinger Request Validation Engine on a Classic ASP website to prevent CSRF attacks and I can't seem to validate the Referer header using Stinger. I'm using this ...
0
votes
0answers
99 views
HTTP Referrer through Age Gate
I have an age gate set up on my site, so that users under 17 can't enter the site, but I want people, who have bookmarked a specific link to be able to go to that link after passing through the age ...
0
votes
0answers
157 views
Redirecting to previous page after login using HTTP_REFERER
I'm trying to redirect a user back to the page they were on prior to clicking on the "Log In" page hyperlink.
I've read about the HTTP_REFERER and understand I need to put code similar to this: input ...
0
votes
0answers
26 views
Keeping natural search and direct load stats using javascript redirects
On our site we drive all traffic to the www subdomain where our desktop site resides.
We also have device detection in place to redirect mobile devices and tablets to the mobile (m.) subdomain and ...
0
votes
0answers
67 views
php curl can not find the HTTP_REFERER
Sorry for posting another question like my another one, but I didnt know how to post a complete reply and comments doesnt allow me to post this question.
I have 2 Pages:
1.php:
<style>
#frame ...
0
votes
0answers
35 views
Custom ErrorDocument pages and HTTP_REFERER
I have .htaccess entries in place to block specific suspect IP ranges from accessing a website, e.g.:
deny from 1.2.3.0/32
Also in .htaccess I've specificed a custom 403 ErrorDocument, a PHP script ...
0
votes
0answers
68 views
How to detect referring URL using Google apps-script?
Using Google apps-script can I detect the referring URL (similar to HTTP_REFERER for Apache) to a form (built using Google Drive)?
0
votes
0answers
35 views
Apache referer - how to issue a permanent ip/subnet ban?
I'm in need of [ermanently blocking the ips and or subnets of the users, who come by certain http_referer to my server.
Right now my code is just this:
RewriteCond %{HTTP_REFERER} bad_referer [NC]
...
0
votes
0answers
40 views
How do you track how many sites have an actively embedded iframe widget?
I have an iframe widget that is being embedded in over 3000 third party sites, but I want to know exactly how many sites it is embedded in.
Our current method is to use google analytics to generate a ...
0
votes
0answers
17 views
ASP.NET HyperLink without referer information
How can I make a HyperLink in ASP.NET to point to a URL without sending the referer URL to destination ? or to send a fake referer
0
votes
0answers
102 views
How to set referer when user comes from Google Chrome app icon?
I have a chrome app which basically is just a visual bookmark which sends the visitors to my website.
Currently it doesn't show any referer because technically the user came directly to the website.
...
0
votes
0answers
45 views
the value of http referer is different in iis5 and iis6
I have web site, let’s call it http://myserver/mywebsite, default.aspx is the default page. In iis5, Request.ServerVariables["HTTP_REFERER"] returns http://myserver/mywebsite/default.aspx, but in ...
0
votes
0answers
37 views
access controll by referer
A webpage (a special offer) in my webshop should be visible for visitors from special partner domains.
Therefor i can put a link, javascript or html on these partner domains.
But if someone copy the ...
0
votes
0answers
33 views
is it normal referer is set to the previous page IF i type myself the URL in the browser?
Been playing with referer to optimize my server configuration, and discovered that referer is sent in safari & Chrome, latest versions, with the previous page if I type myself the URL in the box, ...
0
votes
0answers
208 views
mod_rewrite keep referrer by rewriting to https
I redirect all HTTP requests to HTTPS with mod_rewrite.
The HTTP_REFERER header is lost and my analyse tool can not recognize from where my users came from.
#RewriteRule ^/(.*)$ ...
0
votes
0answers
168 views
How reliable is a 301 referer redirect? Are there any other alternatives?
I need to be able to display 2 differing landing pages depending on the URL is user is coming from e.g. if user A comes from www.domain.com/qwe, he/she is redirected to page.domain.com and if user B ...
0
votes
0answers
1k views
vba serverXMLHTTP and Request Header Referer
I'm using serverXMLHTTP in vba with Access 2007 to navigate in a URL. I need to set the Referer header in request to the app work correcly becouse the server needs the Referer header. But when a I set ...
0
votes
0answers
194 views
Using httpreferer in asp.net
I have a scenario, in which i am using two sites www.xyz.com and www.def.com.
Now i want to show a page www.def.com/welcome.aspx to the users navigating from any page on the site www.xyz.com to ...

