This is a Django project, and I have to programme an online shop. In my html I have the form with the id "search", and I use this 'id' in my ajax code to search and compare with the date base I created.Finally it must show on the screen the possible data which are in my date base like a google finder.My big problem is with the CSRF,in the console I have: "POST /search/ HTTP/1.1" 403 2295 I read about people having the same problem on this page but I don't know where the fail is.This is a Django project, and I have to program