[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

link_to_remote not working for remote ip calls

Bishal Acharya

8/1/2008 1:06:00 AM

Why is link_to_remote not working when i actually make a call to
different application from the one i am currently in.

I am in ip1 and i want to make remote calls to ip2 from ip1 but i am
unable to do it, but when i try the same code to access ip1 then i am
easily greeted with the response...sahll i have to make some
configuration adjustments or.....any suggestions..
--
Posted via http://www.ruby-....

1 Answer

Gregory Brown

8/1/2008 1:23:00 AM

0

On Thu, Jul 31, 2008 at 9:05 PM, Bishal Acharya <bishalacharya@gmail.com> wrote:
> Why is link_to_remote not working when i actually make a call to
> different application from the one i am currently in.
>
> I am in ip1 and i want to make remote calls to ip2 from ip1 but i am
> unable to do it, but when i try the same code to access ip1 then i am
> easily greeted with the response...sahll i have to make some
> configuration adjustments or.....any suggestions..

I see that you've already posted to the Ruby on Rails - Talk mailing
list. That's the right place for this sort of question.

-greg