I was wondering if there was a way to check if a http request is coming from a mobile application or not. I see plenty of guides on how to check if a http request is coming from a mobile browser, but not from mobile applications (iPhone/iPad apps specifically).
I'm using Rails version 4.0.3 if that information helps in any way.
Is there an easy way to do this?
Thank you in advance.