Replies: 1 comment
-
Microsoft Edge can see all CSS files but Chrome loads only .html file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, this is my Poco based UE5 HTTP Server plugin with FRunnableThread support. I made it open source. So, other developers can use it for their projects.
https://github.com/FF-Plugins-Active/FF_HTTP_POCO
But I couldn't figured it out how can I serve a static web page with POCO ?
Other libraries like Mongoose, LibHv or LibWebSocket give us some (generally three) parameters to define root folder, static page url 404 page.
Is there any way like this for POCO or should I parse request uri and direct users manually ?
Also sometimes UE5 gives (ntdll.dll) in Access violation reading location 0x0000000000000000.
Especially if I don't send response to a request.
Beta Was this translation helpful? Give feedback.
All reactions