# This doesn't reach the final content
curl -L --max-redirs 10 http://www.nytimes.com/2012/03/10/world/americas/bernardo-pazs-inhotim-is-vast-garden-of-art.html?_r=0
# Increasing the --max-redirs to 11 works
curl -L --max-redirs 11 http://www.nytimes.com/2012/03/10/world/americas/bernardo-pazs-inhotim-is-vast-garden-of-art.html?_r=0
Can I just set a limit of 15 or 20 without affecting in a negative way the performance of my app?
No comments yet.