docs: updates spellings with full words

Closes #8730
This commit is contained in:
Kushal Das 2022-04-21 17:05:36 +02:00 committed by Daniel Stenberg
parent 25d7b5f39a
commit 94ac2ca775
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
9 changed files with 56 additions and 55 deletions

View file

@ -120,14 +120,14 @@
Extract cookie information from the internal cookie storage as a linked
list.
## Cookies with javascript
## Cookies with JavaScript
These days a lot of the web is built up by javascript. The webbrowser loads
complete programs that render the page you see. These javascript programs
These days a lot of the web is built up by JavaScript. The webbrowser loads
complete programs that render the page you see. These JavaScript programs
can also set and access cookies.
Since curl and libcurl are plain HTTP clients without any knowledge of or
capability to handle javascript, such cookies will not be detected or used.
capability to handle JavaScript, such cookies will not be detected or used.
Often, if you want to mimic what a browser does on such websites, you can
record web browser HTTP traffic when using such a site and then repeat the