swoop Posted March 25, 2014 Posted March 25, 2014 I am just getting into WinHTTP UDF and it looks great. It's a really useful AutoIT UDF for me. I read the help file documentation for most of the functionality I need, but I am trying to do a REST call using "DELETE" verb using an SSL encrypted request. I saw that for GET and POST, I can use _WinHttpSimpleSSLRequest ($sType [optional] GET or POST (default: GET) ), but there doesn't seem to be a function equivalent for SSL request for _WinHttpOpenRequest, which I see can use any HTTP verb. Am I missing some simple/elegant way through the current WinHTTP functions to submit a DELETE request with SSL? Thanks for any ideas.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now