I want to call the method and get the response in my application from another application in Ruby on Rails technology, but here cross site scripting problem is there. so, i can i resolve this issue please help me it would be great.
http://video_tok.com/courses/get_course def get_course @course = Course.find(params[:id]) end now i want to call this above method from this application which is running in edupdu.com domain http://edupdu.com/call_course_method def call_course_method @course = redirect_to "http://video_tak.com/courses/get_course/1" end but it would be redirect into video_tak.com application. i want to call get_course method and get @course object internally without redirect to another site. please it's very urgent..we have to deploy the application Thanks in advance. -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/2641306dba10219a7a995848eaed9c46%40ruby-forum.com?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.

