Azure-Samples / app-service-web-python-get-started

This Python (Django) sample app is used by the getting started content to demonstrate how easy it is to develop a web app and deploy it to Azure App Service.
MIT License
34 stars 210 forks source link

Document Moved #4

Closed jmwai closed 7 years ago

jmwai commented 7 years ago

Hi there, I am using Django Rest Framework on Azure App Service and my JSON comes back with this HTML added to the response. This is only for POST requests.

<head><title>Document Moved</title></head>
<body><h1>Object Moved</h1>This document may be found <a HREF=".......">here</a></body>

Any idea how I can sort this out?

cephalin commented 7 years ago

Unrelated to sample