Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » How to make a proxy in Python?
- Sid72020123
-
500+ posts
How to make a proxy in Python?
I tried to make a simple HTTPS proxy in Python. It works locally but I want to host it somewhere so that I could use it. Is there any online IDE to do this work? Also, I would like to get a simple proxy code made in Python.
- ZZC12345
-
500+ posts
How to make a proxy in Python?
Have you tried Replit (I haven't but I hear it should work)?
- Sid72020123
-
500+ posts
How to make a proxy in Python?
Yes. I tried it with Replit, Heroku and Railway.app Have you tried Replit (I haven't but I hear it should work)?
- nampinanathali
-
1000+ posts
How to make a proxy in Python?
Maybe use python anywhere I tried to make a simple HTTPS proxy in Python. It works locally but I want to host it somewhere so that I could use it. Is there any online IDE to do this work? Also, I would like to get a simple proxy code made in Python.
- Sid72020123
-
500+ posts
How to make a proxy in Python?
No. It won't work.Maybe use python anywhere I tried to make a simple HTTPS proxy in Python. It works locally but I want to host it somewhere so that I could use it. Is there any online IDE to do this work? Also, I would like to get a simple proxy code made in Python.
- ZZC12345
-
500+ posts
How to make a proxy in Python?
Hmm, so it works on your local machine but not on a host's remote machine? What error (if any) does it give?
- Sid72020123
-
500+ posts
How to make a proxy in Python?
The code also works on Heroku but it doesn't support proxies. Also, is there a simple proxy library in Python other than proxy.py? Hmm, so it works on your local machine but not on a host's remote machine? What error (if any) does it give?
- ZZC12345
-
500+ posts
How to make a proxy in Python?
What server are you using? Django or http.server?The code also works on Heroku but it doesn't support proxies. Also, is there a simple proxy library in Python other than proxy.py? Hmm, so it works on your local machine but not on a host's remote machine? What error (if any) does it give?
- Sid72020123
-
500+ posts
How to make a proxy in Python?
http.serverWhat server are you using? Django or http.server?The code also works on Heroku but it doesn't support proxies. Also, is there a simple proxy library in Python other than proxy.py? Hmm, so it works on your local machine but not on a host's remote machine? What error (if any) does it give?
- Discussion Forums
- » Advanced Topics
-
» How to make a proxy in Python?