Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
7d1ef964
Commit
7d1ef964
authored
24 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
minor corrections
parent
e7ce27a2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/FAQ
+6
-2
6 additions, 2 deletions
docs/FAQ
docs/TheArtOfHttpScripting
+4
-4
4 additions, 4 deletions
docs/TheArtOfHttpScripting
with
10 additions
and
6 deletions
docs/FAQ
+
6
−
2
View file @
7d1ef964
...
...
@@ -282,8 +282,12 @@ FAQ
5.1. I have a GPL program, can I use the libcurl library?
No. GPL'd software requires all parts of the final executable to be
licensed under GPL.
No, you can't distribute your program as a binary and you cannot
distribute the (lib)curl code your code. GPL'd software requires all parts
of the final executable to be licensed under GPL.
However, nothing prevents you from distributing your program separately
from curl and libcurl and require the user to get it separately.
5.2. I have a closed-source program, can I use the libcurl library?
...
...
This diff is collapsed.
Click to expand it.
docs/TheArtOfHttpScripting
+
4
−
4
View file @
7d1ef964
...
...
@@ -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 wi
ll
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 wi
th
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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment