Problem scenario
You can download a file with Lynx and wget. But curl is not working. What should you do?
Solution
First, try to curl the web page without redirecting the output. If the curl command creates a file, it does not necessarily give you an accurate depiction. You may want to examine the file with a text editor. What you see without redirecting the output to a file (that is allowing the output to echo to the screen) may provide a clue.
…
Continue reading “How Do You Get curl to Work when the Web Page is Working?”