dersiniar Posted March 18, 2022 Share Posted March 18, 2022 (edited) I have tried some api samples i have found from online. So far with "GET" request to console. But I haven't found anything good to start with for "PUT" request. In xml: <id>123456</id> <item_type>S</item_type> Can you help me to share some code for api connecting to $URL, send $data and how to update item_type matching with ID $Username= "User" $Pasword= "Pass" $URL= "Url" $Data = $Username, $Pasword, $URL $id = GUICtrlRead($idInbut) $item_type = GUICtrlRead($item_typeInbut) Edited March 18, 2022 by dersiniar Link to comment Share on other sites More sharing options...
Danyfirex Posted March 18, 2022 Share Posted March 18, 2022 You should provide your API documentation to be sure how to handle it. 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 Link to comment Share on other sites More sharing options...
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