Gabriele

Results 3 issues of Gabriele

**Describe the bug** An exception occurs when using the `BasicAuthenticationModule` with a Microsoft HTTP listener. **To Reproduce** Steps to reproduce the behavior: Given this configuration ```C# var server = new...

bug
v3.x
area:http
pinned
area:authentication

Given an example GET method ```C# [Route(HttpVerbs.Get, "/GetTest/{id?}")] public string GetTest(int? id) { return $"GetTest success [id={id}]!"; } ``` I realized that routing is case sensitive. If I visit `http://localhost:1234/api/gettest/1`...

enhancement
v3.x
area:routing
pinned

I normally open my database with KeePass using a master password and a key file: ![immagine](https://user-images.githubusercontent.com/14179578/104047321-c3d5eb00-51e1-11eb-9662-510ae2e2c802.png) But when using KeePassQuickUnlock and doing: - Open the db using the master password...