Results 1 to 3 of 3
Thread: hiding source file from users
- 10-27-2008, 11:26 PM #1
Member
- Join Date
- Oct 2008
- Posts
- 5
- Rep Power
- 0
- 10-28-2008, 01:41 AM #2
My opinion:
If the server is only HTTP, ie no servlets or cgi-bin code, then probably not. Even with some executing code on the server as above, it's a question of how to have the server code know its the applet doing the request vs a browser. You can make it difficult for the novice user to issue an HTTP get via the browser for a file by putting something in the applet's request as an identifier of the source of the request.
Another simple trick would be to encode the files and have the applet decode them. This would keep out the casual browser user.
What kind of server do you have?
- 10-28-2008, 10:43 AM #3
Member
- Join Date
- Oct 2008
- Posts
- 5
- Rep Power
- 0
Similar Threads
-
Super class and Subclass in same source file
By makbar24 in forum New To JavaReplies: 17Last Post: 09-10-2008, 01:24 PM -
Play wav file of users choice when an action is performed..
By BruenorBH in forum Advanced JavaReplies: 3Last Post: 08-08-2008, 02:53 AM -
Binaries and Source File
By sumation in forum NetBeansReplies: 0Last Post: 04-03-2008, 07:14 PM -
Hiding parameters from URL
By Saurabh321 in forum New To JavaReplies: 0Last Post: 02-05-2008, 12:43 PM -
Hiding a method or function using PHP file
By Raj Singh in forum EclipseReplies: 1Last Post: 08-09-2007, 07:26 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks