|
Game:GetService("HttpService"):GetAsync("roblox.com")
- trust check failed for roblox.com
I don't even know |
|
MettaurSpJoin Date: 2010-03-20 Post Count: 3179 |
Other people had to have permission from Roblox to use it. |
|
|
*cris*
But it was finally unlocked...
I was so excited
ALL I WANNA DO IS CHECK IF A USERNAME IS TAKEN FROM A SCRIPT QQ
qq
q
Will it ever really be unlocked >.> |
|
MettaurSpJoin Date: 2010-03-20 Post Count: 3179 |
Dunno o3o |
|
bohdan77Join Date: 2008-08-10 Post Count: 7944 |
You can't go to Roblox.com, anyway. |
|
BenBonezJoin Date: 2008-08-29 Post Count: 19362 |
Got permission w00t |
|
|
zars15Join Date: 2008-11-10 Post Count: 9999 |
@Scriptural. If you have good enough project for http server, I will ask to grant you permission to use it. |
|
Charl3s7Join Date: 2007-12-07 Post Count: 4146 |
It'd be cool to have a remote configuration utility. Users can set their settings on the roblox game and they'd save to the web server. They'd also be able to adjust settings on the website. Actually, a whole game management panel for the web. Banning users, granting permissions, etc. Omg. I want it. |
|
zars15Join Date: 2008-11-10 Post Count: 9999 |
Sim0nsays is letting people with good project ideas use HTTP service. I can ask him to contact those of you, who have a really good project for it. |
|
booingJoin Date: 2009-05-04 Post Count: 6594 |
I'm quite certain the trust check filter works in such a way that http is required to prevent other protocols, such as rbxassetid, to access files on your computer. |
|
|
@Zar
My goal was to learn to use it qq |
|
zars15Join Date: 2008-11-10 Post Count: 9999 |
@Scriptural. Well then just wait for it to be released, because for now it is only closed beta testing. |
|
|
Okay so if will be opened some day? |
|
zars15Join Date: 2008-11-10 Post Count: 9999 |
Oh wait, I almost forgot. You can already experiment with it in roblox studio, test server.
In command bar put command:
game:GetService("HttpService").HttpEnabled = true
and F7 for test server(or just Tools>Test>Start server).
But I have no idea when they are going to release it for public, since for now it is only as experimental feature. |
|
|
@Zar
Thats what I was trying to do |
|
SeranokJoin Date: 2009-12-12 Post Count: 11083 |
Do ping www.roblox.com to find ROBLOX's IP. Then with command bar:
local IP = "IP_GOES_HERE"
local HttpService = Game:GetService('HttpService')
HttpService.HttpEnabled = true
print(HttpService:GetAsync('http://' .. IP .. '/')) |
|
|
I have a few uses for this.
The first one is making an external server that grabs all the web apis and spits out the content since I can't directly access roblox.com
The second one is going to be a an external database that users can use for their games as well.
The third one is going to be place analytics, that anyone can use, it shows the number of people in all servers, the average play time in all servers, etc |
|
zars15Join Date: 2008-11-10 Post Count: 9999 |
@Xeptix. Someone is already making amazing site for roblox stats, thought forgot his name atm. It has realtime graphs and remote control stuff. |
|
As8DJoin Date: 2009-12-24 Post Count: 2907 |
@Zars;
Do you think HttpService can getz enabled for my BloxMusic? Then favorites are stored on my website too, making the "Sort by favorites" feature actually work...
:I Also, tried to make a webpage to find a user's robux & tickets - worked locally, not from website. And then I remembered that HTTP requests r' done server-sided! That was that idea...
- As, why would you need someone's tix & robux some might ask? For fancy UIs!!!! |
|
|
@as8D
Maybe if you look into how the core script for Prompt Purchase works to do that |
|
bobisbobJoin Date: 2007-10-28 Post Count: 1492 |
@zars
get sim0n to grant rtardbob123(my main) permission because i wanna make a IP ban/in-game item notifier |
|
As8DJoin Date: 2009-12-24 Post Count: 2907 |
@Script;
I found a method allowing you to open up a new browser-tab for a page looking in the Marketplace CoreScript. That method was removed or restricted shortly after, unfortunately. But it was cool, haha.
So yeah - the way the Marketplace CoreScript sends requests to the ROBLOX domain (no offsite links maybe?) is restricted for Scripts & LocalScripts - so that won't work.
- As, will destruction of anything but the Milky way galaxy be considered an accomplishment? |
|
|
@zars eh, still. I'd like to create my own just for the fun of it. |
|
As8DJoin Date: 2009-12-24 Post Count: 2907 |
@bob;
But HTTP requests are done server-sided? How would you store / detect IPs then???
huh? That doesn't make much sense...
Database
^
Connection webpage
^
Server script
^
Client script
Mostly how the data travels, I guess.
- As, yesterday, I learned something: Add courage to something, and it will sound good! (ask for source) |
|