ritterim / stuntman

Library for impersonating users during development leveraging ASP.NET Identity.
https://rimdev.io/stuntman/
MIT License
294 stars 35 forks source link

Api in subfolder not working #187

Open Doxoh opened 4 years ago

Doxoh commented 4 years ago

🐛 Bug Report

If the dotnet core MVC api is in an subfolder then stuntman endpoints not available.

To Reproduce

Steps to reproduce the behavior:

app.UsePathBase("/TEST"); app.UseStuntman(StuntmanOptions);

`

Expected behavior

Under http://localhost:44349/TEST/sign-in the sign in page is available.

Screenshots and/or request snippets

grafik