Side navigation
#13913 closed bug (duplicate)
Opened May 20, 2013 07:26PM UTC
Closed May 27, 2013 04:21PM UTC
Bug $.ajax() function
| Reported by: | julien.arlandis@laposte.net | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None | 
| Component: | unfiled | Version: | 1.9.1 | 
| Keywords: | Cc: | ||
| Blocked by: | Blocking: | 
Description
If data contains a string with two consecutive "?", for example :
$.ajax({
type: 'POST',
url: '/',
dataType: 'json',
data: '{"aaa":"??"}'
});
In the HTTP request, "??" is updated by jQueryX_Y where X, Y are two numbers.
Data becomes for example jQuery200026952315610833466_1369075331424
Attachments (0)
Change History (1)
Changed May 27, 2013 04:21PM UTC by comment:1
| resolution: | → duplicate | 
|---|---|
| status: | new → closed | 
Duplicate of #8417.