Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. how to hide the query string in url

how to hide the query string in url

Scheduled Pinned Locked Moved ASP.NET
tutorialquestiondatabasecomjson
6 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sarang_k
    wrote on last edited by
    #1

    Hi all, I am using ASP in that i want to know how to hide the query string part in the address bar. For example, I have defined a hyperlink as

    so, in browser i want to show only http://mywebsite.com/sumpage.asp and hide the rest of the part. How can i do it ?? Thanks in advance..

    C R D 3 Replies Last reply
    0
    • S sarang_k

      Hi all, I am using ASP in that i want to know how to hide the query string part in the address bar. For example, I have defined a hyperlink as

      so, in browser i want to show only http://mywebsite.com/sumpage.asp and hide the rest of the part. How can i do it ?? Thanks in advance..

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      You can't. You can perhaps encrypt it, but there is no way to hide it.

      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

      S 1 Reply Last reply
      0
      • C Christian Graus

        You can't. You can perhaps encrypt it, but there is no way to hide it.

        Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

        S Offline
        S Offline
        sarang_k
        wrote on last edited by
        #3

        ok how to encrypt it.

        C 1 Reply Last reply
        0
        • S sarang_k

          ok how to encrypt it.

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          Your basic problem is finding an encryption algorithm that doesn't contain forbidden characters. What are you actually trying to achieve ? If something should be kept secret, you should not send it to the client at all. Wanting to encrypt your query string makes me feel that your design is broken to start with.

          Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

          1 Reply Last reply
          0
          • S sarang_k

            Hi all, I am using ASP in that i want to know how to hide the query string part in the address bar. For example, I have defined a hyperlink as

            so, in browser i want to show only http://mywebsite.com/sumpage.asp and hide the rest of the part. How can i do it ?? Thanks in advance..

            R Offline
            R Offline
            Rob Branaghan
            wrote on last edited by
            #5

            Try reading this article Tamper Proof Query String[^] by Daniel Hac[^]. It works a treat! Rob

            .NET Developer @ FactoryMaster Ltd "Software for TOUGH businesses"

            1 Reply Last reply
            0
            • S sarang_k

              Hi all, I am using ASP in that i want to know how to hide the query string part in the address bar. For example, I have defined a hyperlink as

              so, in browser i want to show only http://mywebsite.com/sumpage.asp and hide the rest of the part. How can i do it ?? Thanks in advance..

              D Offline
              D Offline
              dtmore
              wrote on last edited by
              #6

              nOT POSSIBLE

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups