botanic Posted December 2, 2013 Posted December 2, 2013 I am trying to use _INetGetSource with https, it works fine with http but when i do #include <Inet.au3> ConsoleWrite(_INetGetSource('https://www.autoitscript.com')) it returns a empty string
Solution botanic Posted December 2, 2013 Author Solution Posted December 2, 2013 was able to make it work by using BinaryToString (InetRead('https://www.autoitscript.com', 2),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