When you run the following command on AWS, it stops halfway and the cursor does not return as shown below.
I'm having trouble identifying the cause and separating problems.
If anyone knows how to solve this problem, I would appreciate it if you could let me know.
commands executed:
$curl http://store.zexy.net/etc/wedgwood.php
Results:
·Similar events occur even if you try multiple times (with reproducibility).
·The same curl command was executed on a local PC (OSX) or another server (CentOS), and it was successful
·The problem also occurred with wget
·curl http:// (where the above domain is included) / has been successfully retrieved (data was retrieved without any problems)
·curl http:// (where the above domain is included) /etc/baccarat.php is also successful
·In Python, requests.get() could not retrieve the program without stopping.
·Wget and python both ended successfully locally
By adding -H'Expect:100-continue'
to the option, we were able to get all the content (from the comments section)
curl-H'Expect: 100-continue' http://store.zexy.net/etc/wedgwood.php
© 2024 OneMinuteCode. All rights reserved.