开发者

Can REST Call to (e.g. Yahoo API, etc.) From http://localhost?

开发者 https://www.devze.com 2023-02-04 03:18 出处:网络
Hi the question is self-explanatory. Can I use REST call to API which uses REST (e.g. Yahoo API, etc.)

Hi the question is self-explanatory. Can I use REST call to API which uses REST (e.g. Yahoo API, etc.) while I'm developing in http: //localhost ?

Past experience, I called WSDL from my http: //localhost development successfully with internet connection, I wonder if this can also be done in REST?

The basic functions I'm calling are a recommender system which can consist of a few individual f开发者_StackOverflow社区unctions.

Related and specific advices would be appreciated, thanks.

Regards, John Maxim


Yes, as long as your machine is allowing outbound http connections then it is no difference from using any other server.

0

精彩评论

暂无评论...
验证码 换一张
取 消