Closed dwang-vp closed 1 year ago
Is there a way for us to configure the Http request method for the download?
i.e. The file is only allowed for POST request method.
POST
I've added support for this in the latest version, 4.12.0. Please update. Note that i have done only basic testing. Please report if you encounter any issue. In the options simply pass method:"POST"
Is there a way for us to configure the Http request method for the download?
i.e. The file is only allowed for
POST
request method.