summaryrefslogtreecommitdiff
path: root/docs/TheArtOfHttpScripting
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-08-14 06:31:59 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-08-14 06:31:59 +0000
commit7d1ef9646db69145cdb6c7121596346c3c1fabd3 (patch)
tree6029ff9bd4898656e7b603ed0bfba147a8121d71 /docs/TheArtOfHttpScripting
parente7ce27a22c6785d70c9bc37eff4b58d3570cca41 (diff)
downloadcurl-7d1ef9646db69145cdb6c7121596346c3c1fabd3.tar.gz
minor corrections
Diffstat (limited to 'docs/TheArtOfHttpScripting')
-rw-r--r--docs/TheArtOfHttpScripting8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/TheArtOfHttpScripting b/docs/TheArtOfHttpScripting
index bf065899c..60386e3d8 100644
--- a/docs/TheArtOfHttpScripting
+++ b/docs/TheArtOfHttpScripting
@@ -234,10 +234,10 @@ Version: 0.2
make them look the best possible for their particular browsers. They usually
also do different kinds of javascript, vbscript etc.
- At times, you will see that getting a page will curl will not return the very
- same page that you see when getting the page with your browser. Then you know
- it is time to set the User Agent field to fool the server into thinking
- you're one of those browsers.
+ At times, you will see that getting a page with curl will not return the same
+ page that you see when getting the page with your browser. Then you know it
+ is time to set the User Agent field to fool the server into thinking you're
+ one of those browsers.
To make curl look like Internet Explorer on a Windows 2000 box: