This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I’m doing project 1 on cs50 web, trying to get search working, at first I was just trying to use the get method, but that was colliding with another function that I stupidly have the path set to “path(‘<str:heading>’, views.heading, name=‘heading’”
So rather than undo that I decided to make search “POST”
I have a csrf tag in my form but I’m still getting forbidden and 403 and the error message saying there is no valid token, I view page source and the token is definitely there.
I am still using GitHub codespace if it’s a factor
Post Details
- Posted
- 1 year ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/cs50/commen...