Hello All, How can I differentiate the call between client ios app & browser call? session_controller - create method is being used by both client & rails web application. I want to restrict for web application to use create method. how can I achieve this? Thanks, Avi -- 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/fd926d1d-0e2d-43ae-ac02-a731bde1b363%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Avi wrote in post #1122484:> Hello All, > > How can I differentiate the call between client ios app & browser call? > > session_controller - create method is being used by both client & rails > web > application. > I want to restrict for web application to use create method. > > how can I achieve this?Check the user-agent string. Just keep in mind that it''s possible for clients to change that, but AFAIK that''s the only way the web server has to identify the client. -- 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/11dfa581fb8289558339c839a82ba10a%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.