Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Variables exposed

    Hi,

    Looks like i have variables that are exposed in the
    address bar... I was able to enter a value in the address
    bar and get to a page that is only supposed to be viewed
    by a site admin..

    How to I remove the variables from showing on the address
    bar?

    R
    rachel Guest

  2. Similar Questions and Discussions

    1. Derived class not exposed in XML
      Say I have a class inherited from ArrayList called MyCollection. I have a WebMethod that returns a MyCollection. But when I reference the service,...
    2. Changes in controls exposed as properties not reflected in design
      I created a custom composite control with contains a text box and a label. I exposed the text box and label as properties of the custom control. As...
    3. First Application to be exposed to the internet
      Hello, I've done several .NET web applications, for intranet enviroments. I am working right now in what will be my first app. to be exposed to...
    4. Execution permission cannot be acquired on SqlConnection open() within .NET exposed as COM
      As usual the wierder the problem, the simpler the solution. I did not have execute privleges on the bin directory. I'd still be curious to see if...
    5. Nikon F3 half exposed frames
      Your shutter speed is probably to high. Check your owners manual for max sync. speed. "sam" <filmdirector@gmx.net> wrote in message...
  3. #2

    Default Re: Variables exposed

    It sounds like you are using GET method. Use POST instead (If you meant your
    ..aspx/html page ?)

    John

    "rachel" <rachel@hotmail.com> wrote in message
    news:43d801c523ef$b97c1580$a501280a@phx.gbl...
    > Hi,
    >
    > Looks like i have variables that are exposed in the
    > address bar... I was able to enter a value in the address
    > bar and get to a page that is only supposed to be viewed
    > by a site admin..
    >
    > How to I remove the variables from showing on the address
    > bar?
    >
    > R

    WJ Guest

  4. #3

    Default Re: Variables exposed

    > Looks like i have variables that are exposed in the
    > address bar... I was able to enter a value in the address
    > bar and get to a page that is only supposed to be viewed
    > by a site admin..
    >
    > How to I remove the variables from showing on the address
    > bar?
    I'd say that the issue is more the fact that you can reach a restricted
    page rather than it is obvious how to do it.

    People can check POST data almost as easily as GET data. You need to
    protect the page properly.

    --
    Pete
    ====
    ECO Modeler, Audio compression components, DIB graphics controls,
    FastStrings
    [url]http://www.droopyeyes.com[/url]

    Read or write articles on just about anything
    [url]http://www.HowToDoThings.com[/url]

    My blog
    [url]http://blogs.slcdug.org/petermorris/[/url]
    Peter Morris [Droopy eyes software] 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