PHP's cURL: How to connect over HTTPS?

前端 未结 5 1197
余生分开走
余生分开走 2021-02-15 12:23

I need to do a simple GET request to EC2 Query API with regular URL encoded query string. The protocol is HTTPS. How would I send the request with the help of PHP\'s cURL.

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-15 13:06

    You could also use Zend Framework and the cURL adapter to help with this task. Details here

提交回复
热议问题