CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 24 Aug 2025 21:13:37 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100614073559
location: https://web.archive.org/web/20100614073559/https://github.com/progrium/postbin
server-timing: captures_list;dur=0.720880, exclusion.robots;dur=0.024730, exclusion.robots.policy;dur=0.011520, esindex;dur=0.014003, cdx.remote;dur=30.761413, LoadShardBlock;dur=259.797560, PetaboxLoader3.datanode;dur=225.941033
x-app-server: wwwb-app204
x-ts: 302
x-tr: 331
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app204; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sun, 24 Aug 2025 21:13:37 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 14 Jun 2010 07:35:59 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "fd2448480e0888fd3c7f6fe578a63da7"
x-archive-orig-x-runtime: 53ms
x-archive-orig-content-length: 23907
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 14 Jun 2010 07:35:59 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 14 Jun 2010 07:35:59 GMT", ; rel="memento"; datetime="Mon, 14 Jun 2010 07:35:59 GMT", ; rel="next memento"; datetime="Fri, 02 Sep 2011 04:22:24 GMT", ; rel="last memento"; datetime="Sun, 27 Nov 2022 01:45:00 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_16_20100614004424_crawl103_IndexOnly-c/51_16_20100614073555_crawl101.arc.gz
server-timing: captures_list;dur=0.645285, exclusion.robots;dur=0.025823, exclusion.robots.policy;dur=0.013500, esindex;dur=0.012692, cdx.remote;dur=9.646014, LoadShardBlock;dur=264.250164, PetaboxLoader3.datanode;dur=144.249986, PetaboxLoader3.resolve;dur=106.272331, load_resource;dur=96.723540
x-app-server: wwwb-app204
x-ts: 200
x-tr: 436
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
progrium's postbin at master - GitHub
progrium / postbin
- Source
- Commits
- Network (6)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
postbin /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Sat Mar 07 18:43:46 -0800 2009 | initial commit [Jeff Lindsay] |
![]() |
README.md | Sat Mar 07 18:43:46 -0800 2009 | initial commit [Jeff Lindsay] |
![]() |
app.yaml | Mon Mar 09 11:57:06 -0700 2009 | adding favicon and robots.txt, allowing posting... [Jeff Lindsay] |
![]() |
bin.py | Sat Sep 19 03:56:53 -0700 2009 | switching to new hookah and supporting multiple... [progrium] |
![]() |
index.yaml | Sat Mar 07 19:57:58 -0800 2009 | make this index manual so it doesnt keep changi... [Jeff Lindsay] |
![]() |
main.py | Sat Mar 07 18:43:46 -0800 2009 | initial commit [Jeff Lindsay] |
![]() |
models.py | Tue Aug 18 03:47:20 -0700 2009 | adding support for file uploads [progrium] |
![]() |
static/ | Tue Aug 18 03:47:20 -0700 2009 | adding support for file uploads [progrium] |
![]() |
templates/ | Sat Sep 05 18:06:46 -0700 2009 | hiding test form and making posts only redirect... [progrium] |
README.md
PostBin
About
PostBin was made to make debugging web hooks easier. It gives you a unique URL to register as a callback and then at that same URL, view all POST requests made to that URL in a nicely formatted way. Previously you might write a debug script that would email you data for a web hook event. PostBin lets you create disposable "bins" that you can use to view this data.
PostBin was made for Google App Engine. If you'd like to make changes to the instance running at postbin.org, just fork this project, make your changes, push them back, and they will likely be deployed.
Contributors
- Jeff Lindsay progrium@gmail.com