How do I know the IP of the glitch project that I am supposed to put into the browser proxy settings?
After trying every IP I can get my hands on, it still fails to connect. So now Im wondering if this is even possible?
As a side note, what is the official name for the task I am trying to achieve? Is it just called a ‘proxy server’? Or is a ‘reverse proxy server’? Or a ‘forward proxy server’? I’m still unsure.
Thank you @EddiesTech. I was not aware of this. But the issue is still that I cannot get anything up and running. I cannot connect to the proxy as I am intending to.
I’m looking on Wikipedia https://en.wikipedia.org/wiki/Proxy_server#Web_proxy_servers, and it looks like requests sent to a proxy are a little different from plain old HTTP. On glitch, you don’t actually connect directly to your project over a TCP connection, and your project doesn’t get a dedicated IP address. Instead a reverse proxy looks at the incoming request, figures out based on the headers which project is meant for, and resends it to the project. So if you couldn’t get this to work, maybe it’s that this reverse proxy in between can’t handle the proxy request right.
Thanks, @wh0 that is an insightful answer. I guess that means Glitch is just not the right platform for this type of project yet. Shame because I was having so much fun exploring this idea!
@youngchief_btw Took a look at it that is pretty cool! I see you are connecting to it using a domain. If this were to be hosted on glitch for example, would it be able to be connected to using an IP? If so do you know how to obtain that IP?
1st of all I don’t mind questions
2nd Are you trying to get IP of the user? or the current server the project is being run on? (whoops misread hold on)
@youngchief_btw yes the IP of the project or, in other words, what IP would be able to receive requests like proxy connections. Thanks looking forward to your findings