Core forms and GET requests
Core forms now send large amounts of data as POST requests rather than GET requests. This is a performance improvement since GET requests have a restriction on how much data can be sent.
Core forms now send large amounts of data as POST requests rather than GET requests. This is a performance improvement since GET requests have a restriction on how much data can be sent.