Opened 15 years ago
Closed 14 years ago
#2906 closed bug (invalid)
Ajax submits string 'jsonpUNIXTIMESTAMP' when submited data start with '?' or '%3F' ( '?' entity)
Reported by: | skarida | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.4 |
Component: | ajax | Version: | 1.2.3 |
Keywords: | data string | Cc: | |
Blocked by: | Blocking: |
Description
Ajax submits string 'jsonpUNIXTIMESTAMP' when submited data begins with ? or %3F( ? entity). If data string is in different fashion:
a=g&b=G? this is OK
but
a=%3Fg&b=G Ajax submits jsonpUNIXTIMESTAMP in place of "?"
Note: See
TracTickets for help on using
tickets.
I think this discusses the issue:
http://www.nabble.com/JSONP-timestamp-td16301559s27240.html
add cache:true to the ajax request and it won't include a timestamp.