Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing DestinationInfo and Full URL in default route #160

Open
miroslav-mastny-regosys opened this issue Jan 17, 2025 · 0 comments
Open

Comments

@miroslav-mastny-regosys

Using webserverlite with default route to handle request doesn't contain destination info values.

WebserverSettings settings = new WebserverSettings("0.0.0.0", 4080);
IdHTTPServer1 = new WebserverLite(settings, (HttpContextBase ctx) =>
{
ctx.Request.Destination is not filled.

Image

 ctx.Request.Url.Full is null;
 ctx.Request.Url.Document is present;

Image

});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant