Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
CURL.GetDebugMessages
Returns the debug output of the transaction as text.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
CURL | 13.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "CURL.GetDebugMessages"; 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. |
"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 messages as text or error.
Description
Returns the debug output of the transaction as text.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.
Examples
Get debug messages:
MBS("CURL.GetDebugMessages"; $curl)
See also
- CURL.GetMQTTMessages
- CURL.SetOptionURL
- CURL.SetOptionVerbose
- CURL.SetOptionWildCardMatch
- CURL.SetupAWS
- CURL.SetupOAuth
- CURL.UseSystemCertificates
- CURL.WebSocketSend
- Folders.SystemTemporary
- GMImage.Scale
Release notes
- Version 13.0
- Added CURL.GetDebugMessages to replace deprecated CURL.GetDebugAsText, but old name will stay around for a long time.
Example Databases
- CURL/Amazon S3/Amazon S3 Buckets
- CURL/CURL and OnWindowTransaction
- CURL/CURL Certificate Pinning
- CURL/CURL with certificates included with FileMaker
- CURL/Email/IMAP Email
- CURL/FTP/CURL FTP Delete File
- CURL/WebServices/CURL FMS Admin API v17
- CURL/WebServices/Query IP and Country
- CURL/WebServices/TinyURL
- CURL/WebServices/Twilio API Send SMS Json
Blog Entries
- Using ChatGPT in FileMaker
- Adding ChatGPT to the ScriptWorkspace context menu
- MQTT in FileMaker
- Parallel network transfers with MBS Plugin
- How long do you wait for Insert From URL to finish?
- How to use Trace
- SFTP Upload with temporary file
- MBS FileMaker Plugin, version 13.0pr6
This function checks for a license.
Created 3th January 2023, last changed 3th January 2023