tommut / HttpRequester

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

firefox not update? #46

Closed labike closed 5 years ago

labike commented 6 years ago

hi, firefox57.0 not support HttpRequester? and author still keep update? thanks!

JoshuaBaunach commented 6 years ago

https://github.com/tommut/HttpRequester/issues/44#issuecomment-343206906

The creator understands that HttpRequester is not compatible with the latest version of Firefox, and he has no plans to update it again.

He suggests RESTer as an alternative: https://addons.mozilla.org/en-US/firefox/addon/rester/

labike commented 6 years ago

thanks!

blentle commented 6 years ago

I sent a post request with json through RESTER , but the json data didn't pretty that meant it show as one line , The server didn't receive full data ,see: {"phoneManufacturer":"test","msgNumberList":[{"lastModified":0,"msgNumber":"1001016"}],"areaNumber":"13800138","sysModel":"GN9011","channelId":"1006585400001"} the server received data below: ],"areaNumber":"13800138","sysModel":"GN9011","channelId":"1006585400001"}

if I sent the json data like this : { "phoneManufacturer": "test", "msgNumberList": [ { "lastModified": 0, "msgNumber": "1001016" } ], "areaNumber": "13800138", "sysModel": "GN9011", "channelId": "1006585400001" } The server received correct data .

Ryoui commented 6 years ago

no...........

carmiroles commented 6 years ago

HttpRequester is a great plugin as rest client. It's a bad new if it has not been upgraded to new firefox release.

VytasLL commented 6 years ago

HttpRequester was my No.1 tool in development. Now I feel, like kid from witch favorite spoon was taken. :)

zicklam commented 5 years ago

Anyone found a nice alternative for this plugin?