Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
Statistic
FMM
Blog
CURL.GetDebugAsText
Returns the debug output of the transaction as text.
Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
CURL | 2.5 | Yes | Yes | Yes | Yes | Yes |
MBS( "CURL.GetDebugAsText"; curl { ; Encoding; preserveLineEndings } ) More
Parameters
Parameter | Description | Example | Flags |
---|---|---|---|
curl | The CURL session handle. | $curl | |
Encoding | The text encoding for result. Default is native. This function can also handle UTF-16 as well as UTF-16LE and UTF-16BE for little/big endian byte order. Possible encoding names: ANSI, ISO-8859-1, Latin1, Mac, Native, UTF-8, DOS, Hex, Base64 or Windows. More listed in the FAQ. |
"UTF-8" | Optional |
preserveLineEndings | Whether to change line endings to CR for FileMaker. By default (0) we change the line endings to CR, so FileMaker has no trouble. Pass 1 to keep whatever line endings are there. |
0 | Optional |
Result
The headers as text.
Description
Returns the debug output of the transaction as text.You are responsible for detecting decoding.
Use CURL.SetOptionVerbose to enable debug messages.
Plugin version 5.2 and newer replace newlines automatically for you to match what FileMaker uses (Mac line endings).
See CURL.SetDebugWithData, CURL.SetDebugWithProgress and CURL.SetDebugWithTime to include data/time in the debug log.
Examples
Get debug messages:
MBS("CURL.GetDebugAsText"; $curl)
See also
- CURL.GetHeaderAsText
- CURL.GetInputAsText
- CURL.GetResultAsText
- CURL.SetOptionWildCardMatch
- CURL.UseSystemCertificates
- Folders.SystemTemporary
- GMImage.Scale
- Hash.Digest
- JSON.GetPathItem
- SendMail.PrepareCURL
Example Databases
- CURL/CURL Check FileMaker Server
- CURL/CURL Download in Background
- CURL/CURL Download Picture
- CURL/CURL Download Text to file
- CURL/CURL Download zip file
- CURL/Download Async
- CURL/Email/Build and send HTML Email with inline graphic
- CURL/FTP/CURL FTP Delete File
- CURL/FTP/CURL FTP Download all Files in Directory
- CURL/WebServices/Twitter oAuth
Blog Entries
- Translating Insert from URL options for CURL to MBS Plugin calls
- Using Apple's Global Service Exchange web service in FileMaker
- MBS FileMaker Plugin, version 9.3pr6
- Debugging problems on FileMaker Cloud for AWS
- Let CURL handle cookie list
- Use root certificates included with FileMaker
- Email Script for FileMaker
- LogicalDOC Webservice
- Upload email to Sent folder via IMAP
- Amazon S3 Upload with Mime Type and Permissions
FileMaker Magazin
- Ausgabe 4/2016, Seite 20, PDF
- Ausgabe 4/2016, Seite 19, PDF
- Ausgabe 4/2016, Seite 18, PDF
- Ausgabe 5/2014, Seite 26, PDF
Release notes
- Version 9.3
- Added preserveLineEndings parameter for CURL.GetDebugAsText, CURL.GetHeaderAsText, CURL.GetInputAsText and CURL.GetResultAsText function.
Created 18th August 2014, last changed 16th July 2019
CURL.GetCookieList - CURL.GetDebugLength
Feedback: Report problem or ask question.

Links
MBS Xojo PDF Plugins