McLovin Posted February 7, 2018 Share 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? Quote Link to comment Share on other sites More sharing options...
Eagle Scripts Posted February 7, 2018 Share Posted February 7, 2018 All external connections are being blocked by OSBot for security measures. Quote Link to comment Share on other sites More sharing options...
McLovin Posted February 7, 2018 Author Share 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? Quote Link to comment Share on other sites More sharing options...
Chris Posted February 7, 2018 Share 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? Quote Link to comment Share on other sites More sharing options...
Khaleesi Posted February 7, 2018 Share 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 Quote Link to comment Share on other sites More sharing options...
Eagle Scripts Posted February 8, 2018 Share Posted February 8, 2018 7 hours ago, McLovin said: Can I not use Sockets to connect to a server then? Sockets are possible 1 Quote Link to comment Share on other sites More sharing options...
Butters Posted February 8, 2018 Share 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. Quote Link to comment Share on other sites More sharing options...