-
Firewall and Security issues
Does RMI work through firewall?
How can I make it work?
What is the best way to pass file on the other machine and pass firewall
without problems?
Is URLConnection good for this purpose?
If that is a credit card info will it be secure to pass the file or string
through RMI or CORBA distributed object or by using sockets or URL objects?
-
Re: Firewall and Security issues
RMI request doesn't go through proxy If you want to make it happen you have
to implement custom socket for RMI. If you want to pass credit card info
the best solution is to implement SSL. you can get SSL toolkits freely available.
Either you can use browser's SSL feature to pass your credit card info.
"Max Fedorov" <right@coollink.net> wrote:
>
>Does RMI work through firewall?
>How can I make it work?
>What is the best way to pass file on the other machine and pass firewall
>without problems?
>Is URLConnection good for this purpose?
>
>If that is a credit card info will it be secure to pass the file or string
>through RMI or CORBA distributed object or by using sockets or URL objects?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|