Workaround needed for: Request.ServerVariables("HTTP_Referer")

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Workaround needed for: Request.ServerVariables("HTTP_Referer")

    Hi.

    Having trouble with Request.ServerVariables("HTTP_Referer") due to firewalls
    etc. Does anyone have a neat workaround other than passing and manipulating
    querystring info and putting it into a redirect.

    Regards

    James Brown


    James Brown Guest

  2. Similar Questions and Discussions

    1. Servervariables("logon_user") returns empty string
      Hi, Is the Anonymous access trued off in IIS? JN NSQUARED2
    2. Request.ServerVariables("HTTP_REFERER")
      The subject code used to give me a string containing the URL of the calling page. Now I get nothing? How can I get the URL of the calling page? ...
    3. Automatic Login - Forms Authentication - Request.ServerVariables["LOGON_USER"]
      Hi there, I'm busy building a site that authenticates users from a database but would like Windows authenticated users to bypass the logon screen...
    4. Problems with 'Request.ServerVariables("LOGON_USER")
      Michael Bender wrote: How did you find out that the users were logged in using a different ID? Was this done with the knowledge of the users'...
    5. Global asa and Request.ServerVariables("SERVER_NAME")
      Hi, I am trying to put a condition in my Global.asa file based on the server name. the reason, I want to set a global string as a application...
  3. #2

    Default Re: Workaround needed for: Request.ServerVariables("HTTP_Referer")

    > Having trouble with Request.ServerVariables("HTTP_Referer") due to
    firewalls
    > etc. Does anyone have a neat workaround other than passing and
    manipulating
    > querystring info and putting it into a redirect.
    Workaround for what? What are you actually trying to do?

    -Darrel


    darrel Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139