8000 Api in subfolder not working · Issue #187 · ritterim/stuntman · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 23, 2022. It is now read-only.
This repository was archived by the owner on Mar 23, 2022. It is now read-only.
Api in subfolder not working #187
Open
@Doxoh

Description

@Doxoh

🐛 Bug Report

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

To Reproduce

Steps to reproduce the behavior:

  • Setup dotnet core 3.1 project.
  • In startup
    `var options = new StuntmanOptions("/TEST");
    services.AddStuntman(StuntmanOptions);

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0