This test-case is intended for Issue #947
- Ajax request parameters and Arrays.
Jan Odvarko, odvarko@gmail.com Contribution by geompse
Press button "Execute POST Request".
A POST request is executed with these URL params (in this order):
And with this body (in this order):
Open Console (or Net) panel and expand appropriate XHR log entry.
See the Params tab and check parameters order. Should be the same.
See the Post tab and check parameters order. Should be the same.
Right click on the XHR log entry and choose Copy Location with Parameters and
Copy Location (in both Console and Net panel). Check content of the clipboard.
The parameters should be copied in correct order.