request-baskets icon indicating copy to clipboard operation
request-baskets copied to clipboard

HTTP requests collector to test webhooks, notifications, REST clients and more ...

Results 22 request-baskets issues
Sort by recently updated
recently updated
newest added

# 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...

enhancement

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: ![image](https://user-images.githubusercontent.com/82075/89011417-9b7fc180-d310-11ea-9c0a-1abf49cfad2a.png)...

bug

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...

enhancement

Currently, custom responses can be set and matched by method. It would be cool to allow matching by other attributes like path and header.

question

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

enhancement

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...

enhancement
help wanted

add additional functions to the template system, for both the layout and response feature closes #77