|
(in 2.0.15)
The headers tab shows the correct data for parameters passed:
GET /qmeplatform/qmeweb?output=json&tid=666329631_1234245611&origin=&type=&callback=ff_qmeweb_results&noCacheIE=1234311347384 HTTP/1.1 Accept: */* Accept-Language: en-au UA-CPU: x86 Accept-Encoding: gzip, deflate User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506) Host: xxx.com
But when you view the same data in the Parameters tab, the values are all screwed:
output: json tid: 666329631_1234245611 origin: 666329631_1234245611 type: 666329631_1234245611 callback: ff_qmeweb_results noCacheIE: 1234311347384
somehow, the tid value has been copied to the origin and type values (which should be blank).
This only seems to happen if the vars following another are blank.
|