dqk42179 2019-03-04 19:32
浏览 79

Amazon EC2使用curl连接

I have free tier EC2 AWS instance, backend application is deployed using JBoss server on same. There is another frontend application developed in PHP deployed on another server(cPanel). Issue is PHP application using 'curl' unable to get JSON response from EC2 instance server( returns 200 response but no data is returned). However when I try to connect to EC2 server by locally deployed PHP frontend application, works fine. I have already created security groups and enabled 8080/80 inbound ports on EC2 instance. Any help would be appreciated.

  • 写回答

0条回答 默认 最新

    报告相同问题?