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
57623228
Commit
57623228
authored
24 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
minor edits
parent
29470107
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/FAQ
+4
-4
4 additions, 4 deletions
docs/FAQ
with
4 additions
and
4 deletions
docs/FAQ
+
4
−
4
View file @
57623228
...
...
@@ -124,12 +124,12 @@ FAQ
part of a URL, you should qoute the entire URL by using single (') or
double (") quotes round it.
10.
Why do I get problems whe
n I use {, }, [ or ] to
use
multiple URLs?
10.
How ca
n I use {, }, [ or ] to
specify
multiple URLs?
Because those letters have a special meaning to the shell, and to be used
in a URL specified to curl you must quote them.
11. Where can I find a copy of LIBEAY32.DLL
so I can use the SSL version
?
11. Where can I find a copy of LIBEAY32.DLL?
Curl uses OpenSSL to do the SSL stuff. The LIBEAY32.DLL is what curl needs
on a windows machine to do https://. Check out the curl web page to find
...
...
@@ -164,7 +164,7 @@ FAQ
safelt disables the headers. Use -H "Pragma:" to disable that specific
header.
15. Can you
please
tell me what
an
error code 142 means?
15. Can you tell me what error code 142 means?
All error codes that are larger than the highest documented error code
means that curl has existed due to a timeout. There is currentl no nice way
...
...
@@ -185,7 +185,7 @@ FAQ
at least hide them from being read by human eyes, but that is not what
anyone would call security.
17. Does curl support javascript
/
ASP
/VBscript/
XML
/
XHTML or HTML version Y?
17. Does curl support javascript
,
ASP
,
XML
,
XHTML or HTML version Y?
To curl, all contents are alike. It doesn't matter how the page was
generated. It may be ASP, PHP, perl, shell-script, SSI or plain
...
...
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