Forums

Seems my middleware is being blocked?

I tried to integrate with moesif earlier - it's a pretty easy wrapper you just add to your app. I deployed the API and I'm able to make requests but they aren't sending data to Moesif. When I deploy the app locally on my computer and make a request, everything runs smoothly.

My guess is that PythonAnywhere is somehow blocking the middleware, but there isn't anything to indicate that in the logs, I'm able to make a successful 200 curl request to their API from the console, and I'm on a paid plan that's supposed to have access to such functionality.

I got on a call with some of their SEs and they're also convinced that the issue is on the PythonAnywhere side. Any ideas?

Hey, yeah sounds like there might be a config difference between the PythonAnywhere webapp and your local machine. Are you passing anything in as environment variables?