request-baskets
request-baskets copied to clipboard
HTTP requests collector to test webhooks, notifications, REST clients and more ...
# Feature Description It would be great, if a basket could be configured with an expiration time or lifespan. After expiration, the basked would be scheduled for deletion. This could...
When I send a request with a different Host header then the request is logged successfully but the Host is missing. ``` curl -H "Host: example.com" https://rbaskets.in/3vgdn65 ``` Shows: ...
It would be very convenient if you could provide a multi arch image on docker hub, so that ARM is supported as well.
Optionally allow for storing and displaying response data like headers and content. I'm using this with the response proxy. Not sure if you want to support something like this, but...
Currently, custom responses can be set and matched by method. It would be cool to allow matching by other attributes like path and header.
Contain a Server-Side Request Forgery (SSRF) via the component /api/baskets/{name}. This vulnerability allows attackers to access network resources and sensitive information via a crafted API request. https://nvd.nist.gov/vuln/detail/CVE-2023-27163 https://notes.sjtu.edu.cn/s/MUUhEymt7 https://github.com/entr0pie/CVE-2023-27163
With this change not only query params but the headers are also available in templated html response. There are at least 2 use cases which would be covered: - could...
we operate the application in kubernetes and want to avoid access to internal ressources via request-baskets, as it can be turned into an open proxy. the most flexible use is...
add additional functions to the template system, for both the layout and response feature closes #77