HTTP requests are not enabled error (but they are)

hhtp

I think I’m not the first one to have this issue. Here are some of the things I tried to solve this issue myself.

  • I’ve put into the studio console to check the status of HTTPEnabled:
    print(game:GetService('HttpService').HttpEnabled)
    The output window returns true.

  • I’ve checked if the actual settings located within Game Settings > Security > ‘Allow HTTP Requests’ are enabled and they seem to be how they should be.
    hhtp2phsnosauh

  • I’ve checked that my ROBLOX studio is at the latest version, the version used was v0. 399. 0. 205431

  • I’ve tried repeating everything stated above, leaving studio and reinstalling studio, and re-entering the game. The settings have been left exactly how they were when changed. And have not defaulted back to false.

This issue occurs rarely, but this isn’t the first time this has happened, I find myself having to create a new place by publishing the whole place to a separate game. And hoping that it may work.


What are your thoughts on the issue?

  • I’m having this issue as well
  • I’ve heard of this issue but never experienced it myself
  • I’ve never encountered this issue.

0 voters

Further queries can be asked, make sure it’s clear.

1 Like

HttpService doesn’t work with client scripts.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.