-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Description
Describe the bug
If RemoteApp url has path segments, for example https://devblogs.microsoft.com/dotnet/, the library removes the path segments when creating request for fetching session.
For example
https://devblogs.microsoft.com/dotnet/ would create https://devblogs.microsoft.com/fallback/adapter/session/ instead of expected https://devblogs.microsoft.com/dotnet/fallback/adapter/session/
To Reproduce
- Set RemoteApp to url with path segments
- Try to fetch session
Further technical details
The Uri constructor discards path segments from baseUri argument
Line 38 in 9fc7391
| _client.BaseAddress = new Uri(remoteOptions.RemoteAppUrl, _options.SessionEndpointPath); |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working