This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
man like wind's profile picture

my cc can't link the internet on server

Started by man like wind, 16 July 2016 - 07:23 PM
man like wind #1
Posted 16 July 2016 - 09:23 PM
i can download the code from git on console games,but it does't work on server,the http_api and http_whitelist both are true,help please
TheRockettek #2
Posted 17 July 2016 - 07:55 AM
its coz you have the http whitelist on. The whitelist means only specific sites that are specified can be accessed. Turn the whitelist of ;p
man like wind #3
Posted 17 July 2016 - 09:06 AM
its coz you have the http whitelist on. The whitelist means only specific sites that are specified can be accessed. Turn the whitelist of ;p


following is my setting and anywhere incorrectly?



# Enable the "http" API on Computers (see "http_whitelist" for more fine grained control than this)
B:http_enable=true

# A semicolon limited list of wildcards for domains that can be accessed through the "http" API on Computers. Set this to "*" to access to the entire internet. Example: "*.pastebin.com;*.github.com;*.computercraft.info" will restrict access to just those 3 domains. S:http_whitelist=*
The Logo Maker #4
Posted 17 July 2016 - 02:35 PM
Hello greeting I am
having a similar problem in a game my config set the httpen_able = true and also the http whitelist=* but cannot acess the intire internet,

Do i needto have the server owner to do it Thank you
Dog #5
Posted 17 July 2016 - 03:40 PM
Is http enabled on the client AND the server?
The Crazy Phoenix #6
Posted 17 July 2016 - 04:09 PM
The server configuration overwrites the client configuration for anything that isn't client-only. If it's not whitelisted on the server, it won't work.
man like wind #7
Posted 18 July 2016 - 01:18 PM
The server configuration overwrites the client configuration for anything that isn't client-only. If it's not whitelisted on the server, it won't work.

i am the server owner and that is my server's configuration,i don't know what's wrong going on
Edited on 18 July 2016 - 11:24 AM
Lupus590 #8
Posted 18 July 2016 - 05:30 PM
have you tried changing the whitelist to just an * ?
The Logo Maker #9
Posted 18 July 2016 - 06:59 PM
have you tried changing the whitelist to just an * ?

I asket the server owner and he say that * is not the configuration it was a white list from old configuration so he changing it and worked now thank you