Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why is the REFERER line in the HTTP header not visible?

header http line Referer visible
0
10 Posted

Why is the REFERER line in the HTTP header not visible?

0
10

When a HTML browser moves from one URL to another, it by default sends a HTTP header line called Referer to the server telling it which URL the browser requested before requesting the current location (the referring page). A very useful feature indeed, and the same functionality is available in the WAP environment, but since this information has to come from the user agent, the wap device, it is usually disabled to save bandwidth and time. To enable the Referer the tags that makes the browser request a new URL such as , , etc takes a parameter called sendreferer. ..will ship the referring URL with the request for the /somedir/somedeck.wml request. The referer url can be read by any proper server side script language.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123