Hi do you hire contract based python/django freelancer?
We can help you in this and related techincal tasks at fair prices. Reply or send email to divyesh@pythonmate.com
Best Regards,
Divyesh Khamele,
Pythonmate
On Thu, 1 Oct 2020, 5:10 am Alexandro Gonçalves Dos Santos, <alexandrogonsan@gmail.com> wrote:
I am building a django api to be used in a front end of another server, how do I send the csrf token and how do I retrieve it in the front end with javascript?Currently my posts.py file looks like this:```pythonfrom django.http import HttpResponsefrom django.views.decorators.csrf import ensure_csrf_cookie@ensure_csrf_cookiedef index(request):return HttpResponse('ok')```The header I get when accessing the route is:```content-length: 2content-type: text/html; charset=utf-8date: Wed, 30 Sep 2020 22:37:40 GMTserver: WSGIServer/0.2 CPython/3.7.3vary: Cookiex-content-type-options: nosniffx-frame-options: DENY```Thanks for the help.--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/93facb86-270a-432d-98cd-babce056f421n%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAH9mneXyC4pR5eyFbc7DNHx5SC76xMabHgOrBH15fSfBZm4Shg%40mail.gmail.com.
No comments:
Post a Comment