General
-
let users make bins private
claim and make private recently created bins. this is so you can protect passthrough hook triggers and we can provide replay functionality etc (for debugging)
101 votes -
64 votes
Adminprogrium
(Admin, PostBin) responded
why? to remove sensitive data? please explain.
-
40 votes
Adminprogrium
(Admin, PostBin) responded
Does that help? Can I close this suggestion?
-
PostBin is crawled by Google! Turn off robots please!
If you Google PostBin, you can see a lot of postbin sessions exposed! Please fix this!
31 votes -
Display requests live
I would be great to see the request appear on the page without the need to refresh it.
24 votesplanned ·
Adminprogrium
(Admin, PostBin) responded
good idea! and we have the technology!
-
support ssl encrypted https requests
Some callback providers require https so would be nice if postbin supported this.
19 votes -
17 votes
-
14 votes
-
11 votes
-
Forward Post Request
Forward Post Request with same headers and data to URL to test your own Controllers without triggering the original source.
9 votes -
add ability to set the response
I would be useful to be able to set the HTTP status returned from postbin, and the response body. E.g., so I could have any request direct to postbin return a 200 and the body "it worked" for example.
9 votes -
Understand XML, colour code it
POSTed data is sometimes XML, i'd love it if this service supported some sort of XML viewer, at the moment, i can view the source, but its nasty.
7 votes -
allow users to email postbin urls to themselves
Have a simple "email me this info" form, similar to what Z-Share.net provides after a file is uploaded. Then you could easily go back to your postbin later. Maybe add a 'project title' so the postbin URLS could be organized in the user's email... That's just a nice to have though. Anyway, great application, thanks!
5 votesplanned ·
Adminprogrium
(Admin, PostBin) responded
Great idea!
-
Show a curl command to execute the post received.
Show a curl command that someone could copy and paste to execute the same request. That would let me edit that command, paste it into a terminal, and test my server running on localhost.
4 votes -
krumo
Hard to read often, so i'd suggest to offer a nice debug-display like "krumo", which can be found on sourceforge: http://krumo.sourceforge.net/
4 votes -
API to retrieve data
Hi,
Just looking at your service. I'm building a SaaS app that sends webhook events. Wondering if you are working on any API access to fetch the posted data. Typically the data posted is JSON.
4 votes -
3 votes
-
3 votes
-
Add option to POST a POST on to another URL
Have something like a URL field and a submit button next to each post. Clicking a submit button would trigger a JavaScript XMLHttpRequest POST of the relevant data to the specified URL. With a JavaScript POST the URL can be on localhost or 127.0.0.1. This would be really useful for testing the development version of a web app (running locally) that needs to receive POSTs from outside systems but can't because the dev version is only accessible locally.
3 votes -
make clear when POST requests are deleted from the postbin
I created a new postbin 3 days ago. Today I checked and saw only requests displayed that were made today.
I would prefer to see every http request my postbin ever received. But if that isn't possible, than I would like to know when requests were deleted / not shown.
Maybe you could add a counter and say "last 30 requests of 1234 requests in total"
3 votes
Adminprogrium
(Admin, PostBin) responded
Actually I don’t believe there is any code at all that does any deleting, so I’m not sure how this is possible. The only thing I can think of is that it only shows the latest 50 requests (the rest, even if you have thousands are still stored, which is not ideal). Do you think that might be it?