django 에서 HttpResponse 리턴을 json으로 하면서 content_type을 제대로 지정을 하지 않는다면 ie8/9 에서 save as 가 발생합니다. 참고로 저의 경우 application/text 으로 지정을 했더군요.
단순히 리턴하는 content_type : text/plain 으로 바꿔주면 끝.
- 참고로 json 으로 content_type 일땐 크롬에서 에러가 발생합니다.
'web > Django' 카테고리의 다른 글
django.db.utils.IntegrityError: Can't DROP 'XXXX'; check that column/key exists (0) | 2014.10.21 |
---|---|
django.db.utils.IntegrityError: Unknown table (0) | 2014.10.21 |
django template if equal (0) | 2014.09.30 |
ImportError: cannot import name execute_manager (0) | 2014.09.29 |
google plue login error 401 invalid_client (0) | 2014.09.28 |