Search code examples
pythonflaskpythonanywhere

Is pythonanywhere capable to respond with a HTTP 200 status?


I plan to host my flask-sqlalchemy-python3.6 app on pythonanywhere but need to work with Paddle too. Will my app be able to feed Paddle's webhook needs as on: https://developer.paddle.com/webhook-reference/intro ?


Solution

  • Yes, it is. That's the HTTP success code.