node.js - nodejs作为客户端请求html页面
PHP中文网
PHP中文网 2017-04-17 11:30:09
0
1
274

如何让它再请求html页面里的css,js等需要再次请求的资源。

我的目标是让客户端发送的请求通过nodejs服务器,让后让node服务器去请求别的服务器,最后再把node请求回来的response返回给客户端。这个过程中遇到了以上问题。

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(1)
阿神

You can use NodeJS to implement proxy
https://github.com/nodejitsu/node-http-proxy

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!