PotatoWatch
@PotatoWatch
Being a pro at programming does not mean anything if you don't know what to code
SixBeeps As per the terms of service) (which you have read through, right?), you have 1GB to work with.1 year ago
I tried to make a ip banner for a flask website and took a little bit from this SO question and this other SO question (both of which are over 7 years
Python
bravebrowseradm You simply need to use request.access_route[0] to retrieve the origin ip. This works via replit, cloudflare and other proxies.10 months ago
ch1ck3n all requests are routed to one server therefore all ips are the same in replit so you can't do IP banning in replit2 years ago
When I attempted to start my flask app on replit, an error said that the url was not found on the server. Here is the link: https://replit.com/@Potato
Python