Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How to use HttpService for recieving Http requests?

Asked by 8 years ago

HttpService can only send http requests, so without having to make my own website, how can I have HttpService recieve requests?

1 answer

Log in to vote
0
Answered by 8 years ago

You can't

In order to have it receive requests, Roblox would have to somehow expose a request handle for that particular server, and you'd somehow have to tell something what aforementioned handle is. You're going to need a webserver, and you're going to need long-polling.

Ad

Answer this question