McLovin Posted February 7, 2018 Posted February 7, 2018 I'm trying to connect to localhost (a local web server I'm hosting) in my script but when I run OSBot and the script, it doesn't connect to it. How does one connect to a local web server within a script?
Eagle Scripts Posted February 7, 2018 Posted February 7, 2018 All external connections are being blocked by OSBot for security measures.
McLovin Posted February 7, 2018 Author Posted February 7, 2018 18 minutes ago, Eagle Scripts said: All external connections are being blocked by OSBot for security measures. Can I not use Sockets to connect to a server then?
Chris Posted February 7, 2018 Posted February 7, 2018 You can but you have to find a work around 10 minutes ago, McLovin said: Can I not use Sockets to connect to a server then?
Khaleesi Posted February 7, 2018 Posted February 7, 2018 58 minutes ago, Eagle Scripts said: All external connections are being blocked by OSBot for security measures. I don't get blocked from anything using sockets ... 39 minutes ago, McLovin said: Can I not use Sockets to connect to a server then? Ya you can
Eagle Scripts Posted February 8, 2018 Posted February 8, 2018 7 hours ago, McLovin said: Can I not use Sockets to connect to a server then? Sockets are possible 1
Butters Posted February 8, 2018 Posted February 8, 2018 If you just want to POST/GET, the Java URL class is more than enough for simple stuff. Dunno what's getting you blocked.