tommut / HttpRequester

HttpRequester add-on for Firefox
https://addons.mozilla.org/En-us/firefox/addon/httprequester/
161 stars 39 forks source link

Error format json result. #31

Open blackcatIan opened 7 years ago

blackcatIan commented 7 years ago

Yestday, I got double Content Type like https://github.com/tommut/HttpRequester/issues/30 It seems like a bug in firefox 50.0.1?

Today,I install firefox with version 50.0.2 then the result like follow bad format:

)]}', {"userPage":{"pageNo":1,"pageSize":10,"count":11,"start":0,"end":10,"totalPage":2,"list":[{"id":1,"createdTime":-53985941528000,"updatedTime":-25699207217000,"optUserId":3,"isDeleted":0,"username":"8EQ693","nickname":""}{"id":10,"createdTime":-40573359960000,"updatedTime":-33949044756000,"optUserId":5,"isDeleted":0,"username":"dfbebweb","nickname":""}]}}

it start with some letter in the end, or does not work with 50.0.1 like the https://github.com/tommut/HttpRequester/issues/30 Can you resolve it?