Python Forum
Django REST - input of some form fields is send twice to the backend
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Django REST - input of some form fields is send twice to the backend
#1
Does anybody had the same problem? Some users' inputs are sent to the backend twice.

Data are stored in JSON's object. Key-value schema doesn't trigger the problem, it happens with objects. What users action can cause this kind of problem? It doesn't happen every time, but only for some of the users.

"field": [
{
"url": "http://www.url-with-api/123",
"x": "y",
"a": "b",
"g": "k",
}

{
"url": "http:/www.url-with-api/124"
"x": "y",
"a": "b",
"g": "k",
}
]
Data are copied, but only difference is that another number in url was generated. I would be grateful if somebody could share experience with that kind of problem.
Reply


Messages In This Thread
Django REST - input of some form fields is send twice to the backend - by ann - Jan-03-2018, 03:09 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Selenium fields containing a word graham23s 3 2,973 Aug-22-2023, 12:35 PM
Last Post: Gaurav_Kumar
  How to Extend a serializer in Django Rest-Framework Dexty 0 1,778 Aug-10-2022, 02:53 PM
Last Post: Dexty
  Registration Form Fields rwahdan 2 1,988 Aug-09-2022, 10:35 AM
Last Post: Addweb
  Error - ManyToMany Fields in Django rob25111 0 1,592 Jan-17-2021, 04:58 PM
Last Post: rob25111
  Web app structure with python as backend alt19 1 2,024 Oct-06-2020, 11:28 PM
Last Post: scidam
  Django send email - email form Remek953 2 2,399 Sep-18-2020, 07:07 AM
Last Post: Remek953
  How to send notifications to gmail from contact form using Django and pushbullet Justchse 0 1,934 Sep-01-2020, 01:19 PM
Last Post: Justchse
  Django admin form with parent child tmmaersk 0 1,938 Apr-02-2020, 06:42 AM
Last Post: tmmaersk
  Send email to gmail after user fill up contact form and getting django database updat Man_from_India 0 2,170 Jan-22-2020, 03:59 PM
Last Post: Man_from_India
  Python for Backend Development jayarora 1 2,033 Dec-25-2019, 10:16 AM
Last Post: ralhanashwarya

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020