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
10.6
Statistic
FMM
Blog
CURL.GetEffectiveMethod
Get the last used effective HTTP method.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| CURL | 10.4 | Yes | Yes | Yes | Yes | Yes |
MBS( "CURL.GetEffectiveMethod"; curl ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| curl | The CURL session handle. | $curl |
Result
Returns text or error.
Description
Get the last used effective HTTP method.In cases when you've asked libcurl to follow redirects, the method may very well not be the same method the first request would use.
Examples
Query it:
Show Custom Dialog [ "EffectiveMethod" ; MBS( "CURL.GetEffectiveMethod"; $curl ) ]
Blog Entries
Release notes
- Version 10.4
- Added CURL.GetEffectiveMethod and CURL.GetRetryAfter functions.
Created 19th August 2020, last changed 19th August 2020
CURL.GetDebugWithTime - CURL.GetEffectiveURL
Feedback: Report problem or ask question.
Links
MBS Xojo tutorial videos