I have a js-script (client-side) on site A which makes requests to my rails app (site B).
When this request occurs, how can site B detect host/ip of site A?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use the referrer information you get on the serverside.
In Ruby on Rails I believe it is either
or