Results 37 issues of darkweak

### Welcome! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...

kind/bug/confirmed
area/plugins

**Description** Hello, I dunno if that's possible to return the header `Content-Location` with the resource location on GetCollection results. Context: In Souin/cache-handler caddy module we have the tag-based invalidation but...

TODO: - [x] #553 - [x] #550 - [ ] #554 - [ ] #559 - [ ] https://github.com/caddyserver/cache-handler/issues/98 - [x] https://github.com/caddyserver/cache-handler/issues/103

bug
enhancement
Next release

Invalidate on the caddy admin endpoint.

Inspired from #654 cc @mohammed90

### The following program `sample.go` triggers an unexpected result ```go package main var item = []byte(`YOUR_PB_BYTE`) func main() { mapping := &StorageMapper{} if len(item) != 0 { e = proto.Unmarshal(item,...