Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
CURL.GetDebugAsText
Returns the debug output of the transaction as text.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
CURL | 2.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Deprecated
This function was deprecated. Use CURL.GetDebugMessages instead.
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.
To view all options you set, use CURL.Options function.
Function renamed in v23.0 to CURL.GetDebugMessages. Old name will stay valid for the foreseeable future.
Examples
Get debug messages:
MBS("CURL.GetDebugMessages"; $curl)
See also
- CURL.GetDebugMessages
- CURL.GetHeaderAsText
- CURL.GetInputAsText
- CURL.GetResultAsText
- CURL.Options
- CURL.SetDebugWithData
- CURL.SetDebugWithProgress
- CURL.SetDebugWithTime
- CURL.SetOptionVerbose
Release notes
- Version 13.0
- Added CURL.GetDebugMessages to replace deprecated CURL.GetDebugAsText, but old name will stay around for a long time.
- Version 11.1
- Added extra line to CURL debug log to indicate the version of MBS FileMaker Plugin, CURL library used and what OS is used and FileMaker application. See CURL.CreateDebugOutputFile and CURL.GetDebugAsText functions.
- Version 9.3
- Added preserveLineEndings parameter for CURL.GetDebugAsText, CURL.GetHeaderAsText, CURL.GetInputAsText and CURL.GetResultAsText function.
Example Databases
- CURL/Email/Office 365 oAuth SMTP
- CURL/WebServices/DeepL
- WebHook/Trigger script with Webhook/Trigger script with Webhook
- WebHook/WebHook Chat/WebHook Chat
Blog Entries
- CURL Custom Function
- Trigger Scripts via WebHook
- SMTP with OAuth for Office 365 in FileMaker
- Sending email with a huge custom function
- Translating Insert from URL options for CURL to MBS Plugin calls
- Using Apple's Global Service Exchange web service in FileMaker
- Debugging problems on FileMaker Cloud for AWS
- Let CURL handle cookie list
- Use root certificates included with FileMaker
- Email Script for FileMaker
FileMaker Magazin
This function checks for a license.
Created 18th August 2014, last changed 3th January 2023