#1
Posted 04 June 2016 - 07:52 AM
-Bird
#2
Posted 04 June 2016 - 08:33 AM
lua> x=http.get("http://budgie.blue/")
lua> x
table: somerandomID
lua> x.close()
I think you might have forgotten to add the http:// and then added www. (which in some cases appear to mess things up a bit, and hopefully in your case not work.)
And here is an example of which methods, in my cases, work

I hope this helped you.
Also the settings for Computercraft should've been fixed, so i dont think the domain you're looking for is being blacklisted by CC. (If so, then change the whitelist to *)
(This is not a replicable bug, unless you prove otherwise with more examples/tests)
Edited by Mikk809h, 04 June 2016 - 08:39 AM.
#3
Posted 04 June 2016 - 08:55 AM
#4
Posted 04 June 2016 - 08:10 PM
Bomb Bloke, on 04 June 2016 - 08:55 AM, said:
I'm not sure of the version, I'm using CCEmuRedux. My code is
mail = http.post("http://budgie.blue/skyview/feedback.php","message=TestingFeedbackRelay")
if(mail) then
mail.close
return true
end
return false
What that does is send a POST request to my feedback relay on my webserver, which sends a message to a public email me and some others use for a collab i'm in. If I use the ip (45.34.14.48), then it works. With the actual domain itself, it doesn't send anything to my email, but it does return true.
Edited by BlueBird, 04 June 2016 - 08:10 PM.
#5
Posted 05 June 2016 - 05:37 AM
BlueBird, on 04 June 2016 - 08:10 PM, said:
... so why were you posting this as a ComputerCraft bug?
Test it in-game, see if your posted message comes through, and if it still doesn't work try the variants Mikk809h gave you.
#6
Posted 07 June 2016 - 12:11 PM
#7
Posted 07 June 2016 - 07:06 PM
dan200, on 07 June 2016 - 12:11 PM, said:
I doubt it. But it could be a problem with IIS Express? I have a Windows Server, and all the sites are stored in a wwwroot folder.
Bomb Bloke, on 05 June 2016 - 05:37 AM, said:
I've tried this many times in-game. Also CCEmuRedux uses a copy of ComputerCraft.jar, so I would bet it would be replicated in Minecraft.
#8
Posted 07 June 2016 - 07:41 PM
#9
Posted 08 June 2016 - 06:20 PM
BlueBird, on 07 June 2016 - 07:06 PM, said:
dan200, on 07 June 2016 - 12:11 PM, said:
I doubt it. But it could be a problem with IIS Express? I have a Windows Server, and all the sites are stored in a wwwroot folder.
Bomb Bloke, on 05 June 2016 - 05:37 AM, said:
I've tried this many times in-game. Also CCEmuRedux uses a copy of ComputerCraft.jar, so I would bet it would be replicated in Minecraft.
It's most likely cloudflare, I've had a problem similar to this and had to either remove cloudflare or allow it in the cloudflare settings.
#10
Posted 14 June 2016 - 04:28 AM
DannySMc, on 08 June 2016 - 06:20 PM, said:
BlueBird, on 07 June 2016 - 07:06 PM, said:
dan200, on 07 June 2016 - 12:11 PM, said:
I doubt it. But it could be a problem with IIS Express? I have a Windows Server, and all the sites are stored in a wwwroot folder.
Bomb Bloke, on 05 June 2016 - 05:37 AM, said:
I've tried this many times in-game. Also CCEmuRedux uses a copy of ComputerCraft.jar, so I would bet it would be replicated in Minecraft.
It's most likely cloudflare, I've had a problem similar to this and had to either remove cloudflare or allow it in the cloudflare settings.
I don't use CloudFlare
#11
Posted 14 June 2016 - 11:48 AM
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











