We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b9eaa commit 6ceb569Copy full SHA for 6ceb569
src/SharpWebserver/ListenServer/PageService.cs
@@ -125,7 +125,7 @@ private static void ServePageToClient(HttpListenerContext context)
125
126
try
127
{
128
- var data = script.CreatePage();
+ var data = script.CreatePage(context.Request);
129
SendPageResponse(response, data, contentType);
130
return;
131
}
0 commit comments