Greetings friends, Please, take my apologies, if the question was asked before. I`m interested to find out, how to integrate URL hiding technology into Rails app. Any help will be helpful. Thanks in Advance -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
What do you mean of URL hiding?? can you give an example?? On Jun 15, 9:19 pm, JuKuen <mario...-uiMcrn6V0Vs@public.gmane.org> wrote:> Greetings friends, > > Please, take my apologies, if the question was asked before. > > I`m interested to find out, how to integrate URL hiding technology > into Rails app. > Any help will be helpful. > > Thanks in Advance-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Someting like Amazon`s strings, which are generating as url`s. regards -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Wed, Jun 16, 2010 at 12:52 AM, JuKuen <mario_r1-uiMcrn6V0Vs@public.gmane.org> wrote:> Someting like Amazon`s strings, which are generating as url`s.I still have no idea what you''re talking about. Maybe you could provide an actual example, or explain what goal you are trying to achieve? -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org twitter: @hassan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
The idea is generating url`s which will hide what is the database used to store the information and hiding the server side language wrapper. example: http://www.amazon.com/gp/product/1934356166/ref=s9_simv_bw_p14_i2?pf_rd_m=ATVPDKIKX0DER&pf_rd_s=center-4&pf_rd_r=0QDPNRG9W6H5YTMMF2G9&pf_rd_t=101&pf_rd_p=41171042&pf_rd_i=283155 the idea is in the string generated after the product/ folder On Jun 16, 6:01 pm, Hassan Schroeder <hassan.schroe...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Wed, Jun 16, 2010 at 12:52 AM, JuKuen <mario...-uiMcrn6V0Vs@public.gmane.org> wrote: > > Someting like Amazon`s strings, which are generating as url`s. > > I still have no idea what you''re talking about. > > Maybe you could provide an actual example, or explain what goal you > are trying to achieve? > > -- > Hassan Schroeder ------------------------ hassan.schroe...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > twitter: @hassan-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 16 June 2010 17:28, JuKuen <mario_r1-uiMcrn6V0Vs@public.gmane.org> wrote:> The idea is generating url`s which will hide what is the database used > to store the information and hiding the server side language wrapper.What do *your* URLs look like now that gives away the DB and server-side language? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Jun 16, 2010, at 9:28 AM, JuKuen wrote:> The idea is generating url`s which will hide what is the database used > to store the information and hiding the server side language wrapper. > example: > http://www.amazon.com/gp/product/1934356166/ref=s9_simv_bw_p14_i2?pf_rd_m=ATVPDKIKX0DER&pf_rd_s=center-4&pf_rd_r=0QDPNRG9W6H5YTMMF2G9&pf_rd_t=101&pf_rd_p=41171042&pf_rd_i=283155 > the idea is in the string generated after the product/ folderHiding the database shouldn''t require any additional work beyond making sure your error messages don''t point out that the database is. Hiding the server side language is harder... regardless of what URL you use. For example... if /images/rails.png exists, good chance it''s Rails :) Lots of people forget to remove it. Or, if the server sends back the following header... X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 2.2.5 Good chance it''s Rails. You can configure it not to do this, but there are other ways too... just look for common Rails idioms (asset timestamping, etc.) Dig deeper at the network level and you can even figure out the OS in many cases... Just saying that it''s probably not possible to truly hide this information from someone determined enough to get it. -philip -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.