Hi everyone.
I'm trying to setup a JSON based API i created, which is written on top of BaseHTTPServer. Right now, I don't care which port is binded for the server
When I try to bind port 80, I get an access denied error, and when i try to bind any other port the domain name ("user.pythonanywhere.com") does not redirect the request to the server.
any help? Thanks a lot!