473,386 Members | 1,924 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

is there a way to hide the query string?

is there a way to hide the query string?
i receive a variable with a querystring from an external domain. i need to
hide it cause it's a important data.

thanks
franz from italy
Nov 18 '05 #1
4 3603
-=franz=- wrote:
is there a way to hide the query string?
i receive a variable with a querystring from an external domain. i
need to hide it cause it's a important data.


*Don't* use the query string for sensitive data. If for whatever reason you
need to use it, encrypt the key/value pair.

Cheers,

--
Joerg Jooss
jo*********@gmx.net
Nov 18 '05 #2
Secure Query Strings: Preventing the Tampering of Data Passed between
Applications

http://www.dotnetjunkies.com/HowTo/9...75836DC72.dcik

HTH,
Greg

"-=franz=-" <ma**************@libero.it> wrote in message
news:TU*********************@twister2.libero.it...
is there a way to hide the query string?
i receive a variable with a querystring from an external domain. i need
to
hide it cause it's a important data.

thanks
franz from italy

Nov 18 '05 #3
I guess you can't hide querystring. You can encrypt it.

There is a work around. Put the page in a frame.

Thanks,
Sanjeeb Sarangi

"-=franz=-" <ma**************@libero.it> wrote in message
news:TU*********************@twister2.libero.it...
is there a way to hide the query string?
i receive a variable with a querystring from an external domain. i need to hide it cause it's a important data.

thanks
franz from italy

Nov 18 '05 #4
>Putting the page in a frame is _not_ a workaround, it's just stupid. It's
very easy to see what the source of a frame is.


Stupid? Come on now - let's play nice. Although not very secure, it
does keep normally prying eyes from seeing the QS right in front of
them. Plus, seeing the source of the page would not easily get them
the Querystring anyway.

Keep in mind the OP inferred that he could not change the way the page
was called. One possible option would be to have the page called just
do a grab of the Querystring and then forward the data on to another
page as form variables inside a POST submission.

Nov 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: ST Wong | last post by:
Hi, all, We've an application that requires passing username and password as query string to an URL, e.g. http://myapp.com?username=abc&password=pwd. This string will be displayed on browser...
2
by: Mark | last post by:
Hi all, I have a pop-up which has several command buttons which allow users to run a few stored query's. Having the query's displayed as report is not an option due to several reasons. My problem...
7
by: Mark | last post by:
Hi All, I have a report which is based on a query which is used to produce QC check sheets. I have quite a few text boxes which are used to display questions depending on the value of one...
2
by: bhavik | last post by:
hi i want to know how to hide the values in query string in ASP.net. here i want to send the values from one page to another page through query string with out explicitly visible the values in...
2
by: prefersgolfing | last post by:
Is there a way to hide the query string in the address bar?
3
by: =?Utf-8?B?Um9iZXJ0IENoYXBtYW4=?= | last post by:
Hi, I have a GridView with a fixed number of columns being returned from a SQL query and each having a simple template: <asp:TemplateField HeaderText="Allocations"> <edititemtemplate>...
22
karthickkuchanur
by: karthickkuchanur | last post by:
I want to hide the following value to hide when i call the url <script> function callEmployeeEducationalHistory() { ...
9
by: deepikashalini | last post by:
Hi, im new to html. i don't know how to hide query string in url. Example: http://localhost:1067/sample/defaultx.aspx?rnd=0.16709316722305073&filter=Category&id=3 i want to hide the...
0
Debadatta Mishra
by: Debadatta Mishra | last post by:
Introduction In this article I will provide you an approach to manipulate an image file. This article gives you an insight into some tricks in java so that you can conceal sensitive information...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.