Can I programmatically connect to a hotspot wifi without user intervention? I have the password stored in an app and the clients will not able to see it. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/ae0823f0-4dc3-4fd0-a7f1-329bc3424562%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Since this is in the Rails forum I''ll assume you''re talking about a website using JavaScript. The short answer is "No". JavaScript is sandboxed to avoid giving viruses precisely the kind of control you''re asking about. Altering a user''s network settings via a website would be a very dangerous road to go down. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/335c37b361252f70140e5bfb14161902%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.