Re: Encrypt String or different approach
From: Jeff Dillon (jeff_at_removeemergencyreporting.com)
Date: 11/08/04
- Next message: Will Gillen: "Windows Authentication and Session State"
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: IIS Virtual Directory Create Failure in Web Service :("
- In reply to: Gary Townsend (Spatial Mapping Ltd.): "Encrypt String or different approach"
- Next in thread: Paul Ingles: "Re: Encrypt String or different approach"
- Reply: Paul Ingles: "Re: Encrypt String or different approach"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 8 Nov 2004 09:54:23 -0800
Don't use a GET (using a querystring), but rather a POST to the target page.
The user then won't see any info in the address bar
jeff
"Gary Townsend (Spatial Mapping Ltd.)" <garyt@spatialmapping.com> wrote in
message news:crNjd.127215$df2.85635@edtnps89...
> Good afternoon,
>
> I am building an application that uses ASP .NET, and Blackmoon FTP
> Server, My plan currently is to automate some user processes one of
> those processes is to allow them to download files in their FTP Root
> directories via HTTP for our clients who are behind firewalls which
> prevent them from using the FTP protocol.
>
> So to this end i have created a page which lists all thier files out,
> then provides a link that would spawn a new window which would initiate
> the transfer. Couple problems exist for me being that i have only been
> using ASP .NET for 2 weeks now my question is this.
>
> 1) Is there possibly a better way to initiate the file transfer without
> spawning a new window
>
> 2) if spawning a new window is the route i go is there a way to encrypt
> the string i send to the new page so that people can hack the file
> transfer page to download any files they want.
>
> Any suggestions on improving my approach to this problem are also welcome.
>
>
> Gary Townsend
> Systems and Web Developer
> Spatial Mapping Ltd.
> http://www.spatialmapping.com
> 250 564 1928
- Next message: Will Gillen: "Windows Authentication and Session State"
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: IIS Virtual Directory Create Failure in Web Service :("
- In reply to: Gary Townsend (Spatial Mapping Ltd.): "Encrypt String or different approach"
- Next in thread: Paul Ingles: "Re: Encrypt String or different approach"
- Reply: Paul Ingles: "Re: Encrypt String or different approach"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|