Need help woth this ASAP!!!

greena

Member
Oct 29, 2006
60
0
0
-
I need help with this website, i'm reall really stuck..

when i logged in to this website, it comes as this errorr message, do u think you can help me?

PHP:
Warning: your browser doesn't send the HTTP_REFERER header to the website.
This can be caused due to your browser, using a proxy server or your firewall.
Please change browser or turn off the use of a proxy
or turn off the 'Deny servers to trace web browsing' in your firewall
and you shouldn't have problems when sending a POST on this website.


thank you very much. please give me an answer please!!
 

GTRZ

Administrator
Staff member
  • Apr 27, 2006
    19,480
    10,860
    113
    Normally that is an inside page of a website. that page tracks from where the visitor came. I mean you can't directly visit that page you have to come through another page or more likely a link from that site or a password gateway or something which that page checks.
    HTTP_REFERER header
    means that previous page where you come from. You browser should pass that information to that page to make it work. So you may be trying to visit that page from a direct link to cause that error or may be some security software in your computer blocking your browser from providing that information. Anyway some firewalls also block those information passing too. Try closing all security software or try to visit that page from the site which links to that page without going directly.