|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
|||
|
|||
|
posting from a servlet to asp
I need to post a hidden field value from a form.
The problem is for security reasons I don't want this value to be in the source code. The problem is that I'm trying to pass a value from a java application to a ASP application, and I don't know asp. I need to pass a paremeter to an asp application and the only way I can think of is to post a form to the asp. But I don't want the hidden fields value to be visable in the source. Any ideas would be helpful Thanks |
|
#2
|
||||
|
||||
|
Something like:
HttpURLConnection con = (HttpURLConnection)new URL("http://www.your.srv/script.asp?field=value"); Could it be? Taken from http://forums.devshed.com/showthrea...28511&forumid=9 ![]()
__________________
My blog about OpenSource Databases PDF tutorials about OSS databases, DBMonster ... Please contribute to Open Source Development, fill bug reports!!! Developer Shed eSupport Commented my.ini/my.cnf (PLEASE ADD YOUR OWN CONFIG TRICK) An introduction to database normalization Natural or Surrogate key Custom ordering for your results Correlated and uncorrelated subqueries Don't turn your outer joins into inner joins |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > posting from a servlet to asp |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|