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.
For HTTP operations when CURLOPT_NOBODY has been set, unsetting the option (with 0) will make it a GET again - only if the method is still set to be HEAD. The proper way to get back to a GET request is to set CURLOPT_HTTPGET and for other methods, use the POST ur UPLOAD options.
in the very end, POST or UPLOAD options.
The text was updated successfully, but these errors were encountered:
In the second sentence of the Description:
in the very end, POST or UPLOAD options.
The text was updated successfully, but these errors were encountered: