Can we call ASP.Net page load function from Rails application?

18 views Asked by At

I'm facing an issue while calling the ASP.Net function from Rails. First I want to know that Is it possible to call the ASP.Net function from Rails?

I tried to call it but facing <Net::HTTPUnauthorized 401 Unauthorized readbody=true> error message

I also passed the username and password with it.

Thank you.

0

There are 0 answers