Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

google chrome replay XHR request but it send without form data

In DevTools in Chrome I use "replay XHR" command. It send new request but WITHOUT Form Data. Original XHR request contains Form Data.
This issue happend after I updated my Chorme.
I use Chrome version 34.0.1847.116
Maybe I need to do some settings?

like image 458
Mykola Avatar asked Apr 09 '14 23:04

Mykola


1 Answers

Final comment in this Chromium Bug Ticket says: The patch was landed for M35, so issue should be fixed in beta channel - as of April 14, 2014.

https://code.google.com/p/chromium/issues/detail?id=353921

like image 111
Jim Pickering Avatar answered Oct 05 '22 07:10

Jim Pickering