-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Hi :)
OpenUI5 version: 1.71 (the version which we are using) - current version
Browser/version (+device/version): Chrome 125.0.6422.141 / Windows 10
URL (minimal example if possible): https://jsfiddle.net/4ybLwjd1/
Steps to reproduce the problem:
- Open Dev Console - Network Tab
- Run the example and click the button
What is the expected result?
POST-Request with following Payload: {"comment":"ui5 bug with following double question mark ??"}
What happens instead?
POST-Request with following Payload: {"comment":"ui5 bug with following double question mark jQuery36009893453989128844_1718181516803"}
Any other information? (attach screenshot if possible)
jquery/api.jquery.com#878
jquery/api.jquery.com#1005
jquery/jquery#1799
jquery/jquery#4754
https://stackoverflow.com/questions/17532018/submitting-jquery-ajax-data-with-string-containing-it-changes-value-to-jq

Workaround of jQuery is not possible because the parameter contentType of this._ajax cannot be set from JSONModel.loadData method:

Thanks in advance :)