A simple GET request with curl returns an empty body (Content-Length: 0):
curl -v https://www.flyorientthai.com/booking/en/index.php
On the other hand, wget can handle this url simply:
wget https://www.flyorientthai.com/booking/en/index.php
What's wrong with curl?
source
to share