Forums

Django REST Framework issue

Hi,

I have added a Django REST Framework API of my web app, when I run a cURL request locally it works. But when I added the API to my python anywhere web app, and tried a cURL request from my local terminal it wouldn't work. Is there anything on the platform that would stop me from making a request?

Thank you

It should work fine -- we actually use DRF quite heavily ourselves. What problems did you get when you tried to cURL it?