We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 437cb36 commit e030845Copy full SHA for e030845
.curlrc
@@ -1,4 +1,8 @@
1
# Disguise as IE 9 on Windows 7
2
user-agent = "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)"
3
+
4
# When following a redirect, automatically set the previous URL as referer
5
referer = ";auto"
6
7
+# Wait 60 seconds before timing out
8
+connect-timeout = 60
0 commit comments