Danyfirex Posted February 4, 2017 Posted February 4, 2017 @Biatu Would be great to have a working site to test and reproduce the issue. Saludos Danysys.com AutoIt... UDFs: VirusTotal API 2.0 UDF - libZPlay UDF - Apps: Guitar Tab Tester - VirusTotal Hash Checker Examples: Text-to-Speech ISpVoice Interface - Get installed applications - Enable/Disable Network connection PrintHookProc - WINTRUST - Mute Microphone Level - Get Connected NetWorks - Create NetWork Connection ShortCut
n3wbie Posted June 27, 2017 Posted June 27, 2017 m getting error while running Example Easy 1 SSL peer certificate or SSH remote key was not OK Please Help
tarretarretarre Posted September 17, 2017 Posted September 17, 2017 On 2017-06-27 at 9:48 AM, n3wbie said: m getting error while running Example Easy 1 SSL peer certificate or SSH remote key was not OK Please Help Curl_Easy_Setopt($ch, $CURLOPT_SSL_VERIFYPEER, 0) n3wbie 1 Socket-IO - An event-driven TCP UDF (Realtime chat example) AutoIt-API-WS - An expressive HTTP server you can use to build your own API with (Screenshots)
n3wbie Posted September 22, 2017 Posted September 22, 2017 On 9/17/2017 at 11:15 PM, tarretarretarre said: Curl_Easy_Setopt($ch, $CURLOPT_SSL_VERIFYPEER, 0) Okay Thanks Will Check and revert Back
kaximbeider Posted September 3, 2019 Posted September 3, 2019 On 9/18/2015 at 4:08 PM, Mateusz said: Can someone write example with PUT request with json content? In linux I can send it via command: curl -X PUT -H "Content-Type: application/json" -d'{"id":"1751","title":"some title","attr1":"value1","attr2":"value2"}' https://hostname/service --insecure and it is working, but can't do the same on AutoIT. Did you found a solution? I have tried by myself but I'm getting stuck on trying to send data using PUT command. An example would be good to start;)
asparagus Posted September 6, 2019 Posted September 6, 2019 Hi, Ward First of all , thanks to your great job. I'm a curl fancy. I love your UDF very much. Today , I try to simulate a post with Curl_Easy_Setopt($Curl, CURLOPT_POSTREDIR, CURL_REDIR_POST_ALL) to handle a "--post301" issue as curl.exe do and encouter an error as follow: error: CURL_REDIR_POST_ALL(): undefined function. Curl_Easy_Setopt($Curl, CURLOPT_POSTREDIR, CURL_REDIR_POST_ALL) Could you please help me with it ? or told me how to add this function to your UDF ? Much Thanks Asparagus
ISI360 Posted February 3, 2022 Posted February 3, 2022 Did anyone had success, updating the integrated libcurl 7.42.1 to a newer version? bingo 1
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