is a HTTP header field that identifies the address of the webpage (i.e. the URI or IRI) that linked to the resource being requested.
Questions tagged [referrer]
621 questions
-1
votes
1 answer
Getting the URL of the origin / referrer for user registration
I have a piece of code that I've tested for a simple user registration code:
ReferrerURL = Request.UrlReferrer.AbsoluteUri
This property is set for user when he registers onto the website.
For example if user clicked onto the site via some ad,…

User987
- 3,663
- 15
- 54
- 115
-1
votes
1 answer
Blocking URL hacking when URL referrer is stripped
I have a block of code that prevents URL hacking to a page by checking the URL referrer
if (filterContext.RequestContext.HttpContext.Request.UrlReferrer == null)
{
// redirect somewhere else
}
Ideally, it's to stop someone looking at record…

Omar.Ebrahim
- 862
- 1
- 10
- 30
-1
votes
1 answer
mallformated URL from document referrer
I am passing referrer URL from javascript to flask entry point function
but when I receive on the flask side it looks like this http%3A%2F%2F127.0.0.1%3A5000%2F
instead of http:\\127.0.0.1:5000 how can I fix this ? should I fix it on the client end…

Ciasto piekarz
- 7,853
- 18
- 101
- 197
-1
votes
1 answer
Request.urlreferrer c#
What I need is the referrer to come up on Google Analytics that the traffic came from my website as it's source. Our software down-loader is working, but we need the show the providers that we sent the user to their download portal.
Thanks,
Jason

Pctweaks
- 10
- 3
-1
votes
1 answer
Htaccess - Allow access to specific file only if specific referrer is set
Via .htaccess I want to allow access to a specific .php file only if accessed from a specific page on my domain.
What code would you use in .htaccess to do that?

GingerGirl
- 301
- 1
- 16
-1
votes
1 answer
Referring Post Title in wordpress template
Does anyone know how to get the title of the referring post on a wordpress site?
For example, I'm creating a form and would like to include the title of the previously visited page/post as a prepopulated field.
Any help would be great!

Lewis R.
- 1
- 1
-1
votes
1 answer
Accept visitors from an uniqe referrer
Here is the deal
I want to accept visitors only from Google Search referrer to my site
So,if they type "domain.com" in the url bar, Google Search of "domain.com" must come up.
Can someone show me a Php code for this or something else?
Thanks

Joti
- 11
- 1
-1
votes
1 answer
include in document.referrer in "else if"
I have this script that displays a modal if no cookie.
the first if, if the cookie exists it hides the modal,
and the "ELSE" if there is no cookie, it will display it.
I need to add a document.referer condition as below.
Besides verifying the…

Isabela Cristina
- 35
- 8
-1
votes
1 answer
Display Different Phone # based referring page (PHP or JS)
I need your help.
I want to show different phone # based on what page (within same site) user came from.
Everthing will take place within same website.
All users will come to same page - misite.com/phone.php
Example:
If user came from…

Levchik
- 496
- 1
- 5
- 19
-1
votes
2 answers
Change url referrer to look like comming from facebook using a redirect url
I made a pdf ebook where I embeded a link to a youtube video I uploaded.
on youtube stats, it shows that my traffic source is unknown.
I know this is hurting the seo of my video. This is why I am trying to enhance my youtube seo by making the…

zakaria badry
- 3
- 5
-1
votes
1 answer
How to show someone came from a link on my website?
It must be the full url, not just history or type. I have seen, on statcounter.com, where they show stats regarding where the referrer of our site came from. I want to show the exact link like statcounter shows under a tab.
Does anyone know how to…

user3156770
- 27
- 2
-1
votes
5 answers
Should Request.UrlReferrer be null in Page_Load when the page came from another site?
Should Request.UrlReferrer be null in Page_Load when the page came from another site?
How do I check where the page came from? From google, yahoo?
It's not coming from a bookmarked page or anything, it's just a link being redirected to this page…

jDeveloper
- 2,096
- 2
- 21
- 27
-1
votes
1 answer
How to Track Google Analytics Referral Path
How google will track Referral Path from site1 to site2 without Google Analytics URL Builder (UTM)?
Can any one answer for my question?

raghu
- 317
- 3
- 6
- 17
-2
votes
3 answers
How do I redirect to another website without the referrer displaying my website?
I would rather it just display nothing, or another website. I don't want it to display any website that I am affiliated with.

backus
- 4,076
- 5
- 28
- 30
-2
votes
1 answer
How to hide referrer for users exiting my site?
so I want to find a way using PHP/.htaccess so that when a user visiting my site types a site in the URL bar it doesn't show the referrer. I know services like anonym can do this for url links but is it possible to do this for users to go to new…

Ted
- 515
- 1
- 4
- 14