You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CaMer0n
changed the title
File handler initCurl() method doesn't support PUT or JSON POST.
Add support for PUT or JSON POST to e_file::initCurl() method
Nov 23, 2023
Motivation
Various REST APIs online require JSON with PUT or POST.
Proposed Solution
Support additional options: postfields and customrequest
eg.
or use getRemoteContent() which uses initCurl() and has the error handling built-in.
The text was updated successfully, but these errors were encountered: