My server blocking ROBLOX server IP's (or vice versa?)

I am getting a 403 (fobidden) error when trying to make a GET request to my proxy site on roblox official servers but not when I try it on my local IP or studio testing.

The server port allows all IP’s ipv4 and ipv6, am I missing something?

settings:

it should also be known that I am 100% sure this is a error with the port specifically because I do use a get request on the site when using default port 80 and it works fine.

I believe the https protocol is forced for HttpService - could that be what’s causing the issue? Maybe your proxy doesn’t support https and only http, so the request fails.

I use the same url on a different script and it works fine, so I believe it is related to specifically the port 8080 (which is used in the url)

Can you explain what you mean? A different Roblox script?

I have a different roblox script that uses the same url/server but for a different reason.

Update: I made everything work on port 80 so I don’t need to manually add the port. It still does not work.

Update 2: It seems to be related to the package I use to host my proxy.

Anyone got any ideas?

More advanced websites, such as Roblox, Discord, YouTube*, Instagram, etc. do not currently work. At the moment, there is no timeframe for when these might be supported.

Why are you using this NPM package?

Roblox blocks some ports from HttpService usage, you should search in #updates:announcements for thr podt and see if the port you are using is blocked or not

image

Why don’t you use Port port 80 or 443 or 3000?
I have my server set to port 3000, studio easily is getting and sending requests.

1 Like

I changed it to port 80 and it still blocked.

I finally found a fix.

Instead of proxy’ing the webpage I instead made a request to the page and hosted the data on my own server!

I just yesterday made an NPM server to make hyperlinks on Roblox.

I used port 6060 for this.