ironmansoftware / powershell-universal

Issue tracker for PowerShell Universal
https://powershelluniversal.com
35 stars 2 forks source link

API Endpoint not assembling URI correctly for Nested IIS #3611

Closed jhadvan closed 3 weeks ago

jhadvan commented 3 weeks ago

Version

5.0.0

Severity

Low

Environment

Nested IIS

Steps to Reproduce

When creating an endpoint, I am experiencing that the URI assembly to not include the nested IIS in the test tab.

Expected behavior

https:/website.com/beta/test/api/hello

Actual behavior

https:/website.com/test/api/hello

Causing a 404 error

Additional Environment data

No response

Screenshots/Animations

image