On woensdag 9 mei 2018 23:00:06 CEST Matthew Pava wrote: > I came across an interesting issue recently. I had a form with an action > set to "GET". The corresponding view was a django-rest-framework view that > was just supposed to allow for GET requests. However, I couldn't get it to > work because drf was expecting lower case names, and it turns out that > HTML5 expects a lowercase action set to "get".
HTML is not your reference (and case insensitive to boot). HTML does not make requests, it just specifies how responses are rendered. HTTP makes requests: https://tools.ietf.org/html/rfc2616#page-36 -- Melvyn Sopacua -- 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+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5432858.BvN9p53GFH%40fritzbook. For more options, visit https://groups.google.com/d/optout.