In particular case, for security issue i want to hide my address bar or www.something.com should not display.
I am using rails 3.2.13, ruby 1.9.3.
<%= link_to "Join session", join_bigbluebutton_rooms_path(@room)%>
This will redirect me to bigbluebuttonserver, exactly i want to hide the name of the url of this server. Because server and application is in my hand
Urlencode is not required in this case. I totally want to hide addressbar so that user cannot see the url address. How can i solve this, is it easy?