Forums

ERROR 502 Bad Gateway

Hi! We have a problem with all request to www.escuelaculturismonatural.com. All requests from pythonanywhere server to www.escuelaculturismonatural.com ends with Error 502 Bad Gateway The same requests from my pc works good. Thanks

www.escuelaculturismonatural.com does not look to be hosted on PythonAnywhere.

It is not hosted on Pythonanywhere. It is requests made from pythonanywhere that only fail that host.

Would you like to know if there is any block to that host by pythonanywhere?

That host is hosted on siteground and is a wordpress website

We are not blocking it in any special way.

I tried:

In [1]: import requests

In [2]: r = requests.get("https://www.escuelaculturismonatural.com")

In [3]: r.status_code                                                                                                                                                                                            
Out[3]: 200