alekhya14 / poster-extension

Automatically exported from code.google.com/p/poster-extension
0 stars 0 forks source link

Improvement: Create a download button for binary data #60

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am testing our Web Service using poster. One feature is to create a 
certificate using the Web Service. I tested this and got a binary which I was 
not able to save somehow. It is good that Poster displays binary data as text. 
So it is easy to have a look, if the result "looks" correct. But if you really 
want to check it, you propably need to download it. So in case of binary data a 
download button should be added to the Response-Window.

Original issue reported on code.google.com by unbequem...@gmail.com on 1 Dec 2010 at 9:47

GoogleCodeExporter commented 8 years ago
This addon uses XMLHttpRequest right now and that isn't possible.  Mozilla 
provides other XPCOM components that may be able to do this.

I'll look into it.

Original comment by a...@milowski.com on 29 Mar 2011 at 3:16